Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/askhan963/netflix-clone-mern
This is a clone of Netflix using MERN stack. TMBD api is used for fetching data.
https://github.com/askhan963/netflix-clone-mern
express firebase-database mern-stack mongodb movie-database netflix netflix-clone nodejs react
Last synced: 2 months ago
JSON representation
This is a clone of Netflix using MERN stack. TMBD api is used for fetching data.
- Host: GitHub
- URL: https://github.com/askhan963/netflix-clone-mern
- Owner: askhan963
- Created: 2023-01-15T20:14:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-11T14:42:17.000Z (4 months ago)
- Last Synced: 2024-09-11T22:44:18.429Z (4 months ago)
- Topics: express, firebase-database, mern-stack, mongodb, movie-database, netflix, netflix-clone, nodejs, react
- Language: JavaScript
- Homepage: https://netflix-askhan.netlify.app/
- Size: 30 MB
- Stars: 8
- Watchers: 1
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netflix Clone MERN
[![Demo](https://netflix-askhan.netlify.app/)](https://netflix-askhan.netlify.app/)
## OverviewThis project is a Netflix clone developed using the MERN stack (MongoDB, Express.js, React, Node.js). It includes features such as user authentication, a main page showcasing available content, and team information.
## How to Run
1. **Fork the Repository**
2. **Front-end Setup:**
- Navigate to `netflix-ui` directory
- Run `npm install` to install dependencies
- Run `npm start` to launch the front-end3. **Back-end Setup:**
- Navigate to `backend` directory
- Run `npm install` to install dependencies
- Run `node index.js` to start the back-end server## Screenshots
### Login Page
![Login Page](https://github.com/askhan963/netflix-clone-mern/blob/main/screenshots/login.png)### Signup Page
![Signup Page](https://github.com/askhan963/netflix-clone-mern/blob/main/screenshots/signup.png)### Our Team
![Our Team](https://github.com/askhan963/netflix-clone-mern/blob/main/screenshots/team.png)### Main Page
![Main Page](https://github.com/askhan963/netflix-clone-mern/blob/main/screenshots/mainpage.png)### Main
![Main](https://github.com/askhan963/netflix-clone-mern/blob/main/screenshots/main.png)## Contributors
- [Muhammad Awais Khan]
Feel free to contribute to the project and make it even better!