Technologies Used
Back-end
- For handling server requests:
Node.Js (with Express Framework) - API:
TMDB API - As Database:
MongoDB
Front-end
- Tools:
HTML, CSS & Javascript - Styling Framework:
BOOTSTRAP
Guidelines to setup
Prerequisites
- NPM should be installed:
NPM version > 6.8.5 - NODE should be installed:
NODE LTS version > 10.12.8 - MongoDB should be installed:
MongoDB version > 4.1.0
Steps
- Create a
.envfile and the format should be as given in.env.example. - Run these commands then -
1 2 3
npm install (To install all the dependencies) npm audit fix (Run this to audit fix all the vulnerabilities) - Start the server -
1
npm start (run the server)
Demo
Images

