Skip to content

Netflix clone created on NextJs and NodeJs backed by MongoDB, do star if you like this project 👋

Notifications You must be signed in to change notification settings

AishwaryVishwakarma/Netflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Install all the dependencies

nvm use && npm install

# or

yarn install

Run the server

cd server

Create a .env file inside server, copy the content and replace <> with the values

DB_USERNAME= <MONGODB_USERNAME>
DB_PASSWORD= <MONGODB_PASSWORD>
DB_CLUSTER= <MONGODB_CLUSTER>
SALT_SIZE= 10
PRIVATE_KEY= jBeHAf4NQBEzm23G
REDIS_SECRET= redissecret
REDIS_SESSION_NAME= user
REDIS_HOST= localhost
REDIS_PORT= 6379
PORT= 8000
nvm use && npm run start

# or

yarn start

Run the frontend

cd frontend
nvm use && npm run dev

# or

cd frontend
yarn dev

About

Netflix clone created on NextJs and NodeJs backed by MongoDB, do star if you like this project 👋

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published