Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.07 KB

README.md

File metadata and controls

31 lines (18 loc) · 1.07 KB

MovieFlix

image image image image image

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.

Setup

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