This application suggests movies based on genres selected using The Movie DB API. You can log in, review movies with comments, and interact with others on the platform. Makes browsing through Netflix a tiny bit easier.
Clone this repo –
git clone https://github.com/zorgonide/movieflix.git
Move into project directory movieflix
Run command –
npm install
This will install the node_modules folder
Run command –
npm run start-dev
To run project on localhost:3000