Link- Click Here!
Its a Movies Search Engine websites lets people search for movies
This Webpage uses an RESTful API to provide user with various details of the Movies they searched for and others similar to it .
NodeJS- For rendering the Server side handling of GET and POST requests and connecting to DB
OMDB APIs- The data are fetched via this API. It has a swett NPM package if you want to use it Here!
ExpressJS- For passing the dta from user to API and vice versa.
EJS- For rendering the data from user to API and vice versa on the webpages.
NPM Packages- Various other NPM packages like Body-Parser, etc
Clone the Repo
Move to the Dir
>npm i
>node app.js
Project is served on http://localhost:3000/
*Note- You have to register for the API key