Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 1.11 KB

File metadata and controls

34 lines (16 loc) · 1.11 KB

Netflix Mock App

This project is React based and developed with NodeJS as well.

1

To Access the application in your local environment:

1. Use Postman to post movie data(json file) we needed.

2. Execute Robo3T to connect with MongoDB database.

3. After backend prepared run following commands in your IDE:

  • cd backend

  • nodemon server.js

4. Last step and then you can see the application layout:

  • npm start

Hover over the image and see what's going on:

8

Click REMOVE and ADD button to rearrange movie list that we want:

5