A Movie searching web application build with REACT and TMDB API
Website: https://brando-two.vercel.app/
$ cd server
$ npm i
Nodemon should be pre installed to run this command
Create .env file
NODE_ENV=
URI=
SECRET=
REACT_APP_MOVIE_API=
REACT_APP_BACKEND_API=
REACT_APP_API_KEY=
FRONT_END_URL=
$ cd server
$ npm start
- Reduce the Errors (500, internal ones in server side)