Follow these steps to set up the project locally on your machine.
Prerequisites
Make sure you have the following installed on your machine:
Installation
Install the project dependencies using npm:
npm installSet Up Environment Variables
Create a new file named .env in the root of your project and add the following content:
DBURL - url for the database.
SECRET - Secret key for session.
API_KEY - API key for Omdb API
DBURL=
SECRET=
API_KEY=Replace the placeholder values with your actual credentials. You can obtain these credentials by signing up for the corresponding websites on MongoDB and OMDb API
Running the Project
npm startOpen http://localhost:5000 in your browser to view the project.



