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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-03T15:09:22.000Z (almost 4 years ago)
- Last Synced: 2025-03-24T10:45:33.672Z (about 2 months ago)
- Topics: express, mern, mern-stack, mongodb, mongoose, nodejs, reactjs, redux
- Language: JavaScript
- Homepage:
- Size: 29 MB
- Stars: 7
- 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

### Movie Page

### TV Show Page

### Player

### Sign in

### Sign up

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
```