Dev-Hackathon

MovieFlixer🚀 - Search🔍, Buy💲 and rate👍🏻 your favorite movies and shows

APACHE-2.0 License

Stars
6

Getting started

Requirements

  • Node.js v14.18.2^
  • NPM v6.14.0^

Installation


git clone https://github.com/rohitdhas/Dev-Hackathon.git

cd frontend
npm install

cd backend
npm install

NOTE

You'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 Password

Starting the application

cd frontend

npm run dev
cd backend

node server.js