This is a Movie Directory Website made for the collection of the personalised movies and shows for the users.
Clone the repo and in the terminal run this command to install the dependencies.
npm install
Now, run this command to run the website on the port 3000. Open localhost:3000 in your browser to view the website.
npm run start