Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mehdibha/tunflix
A Netflix clone created with the MERN Stack
https://github.com/mehdibha/tunflix
express mern mern-stack mongodb mongoose nodejs reactjs redux
Last synced: about 1 month ago
JSON representation
A Netflix clone created with the MERN Stack
- Host: GitHub
- URL: https://github.com/mehdibha/tunflix
- Owner: mehdibha
- License: mit
- Created: 2021-07-18T21:31:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T15:09:22.000Z (over 3 years ago)
- Last Synced: 2024-11-10T17:57:42.504Z (2 months ago)
- Topics: express, mern, mern-stack, mongodb, mongoose, nodejs, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 29 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# X-Netflix
X-Netflix is a streaming platform based on Netflix UI: built with ReactJS in frontend and nodeJS in backend.## Built with
FrontEnd: React.JS, Redux Library, Material UI, CSS
Backend: Node.JS, Express.JS, Passportjs
Database:MongoDB, Mongoose## UI
### Home
![Home](screenshots/browse.png)
### Movie Page
![Home](screenshots/movie.png)
### TV Show Page
![Home](screenshots/tvshow.png)
### Player
![Home](screenshots/player.png)
### Sign in
![Home](screenshots/connexion.png)
### Sign up
![Home](screenshots/inscription.png)
Installation
Use the package manager [npm](https://www.npmjs.com/) to install X-Netflix.
Setup the project and install the packages by running:
```bash
npm run setup
```
Run project with command
```bash
npm run dev
```