Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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