Search 🔍 and Rate ⭐ your Favorite Movies and shows!
Requirements
- Node.js v14.18.2^
- NPM v6.14.0^
git clone https://github.com/rohitdhas/Dev-Hackathon.git
cd frontend
npm install
cd backend
npm installYou'll need a .env file in the backend directory.
It looks like this -
PORT = 8080
MONGO_URI = Database connection String
EMAIL = Your Email
PASSWORD = Your Passwordcd frontend
npm run devcd backend
node server.js