CinaList is a full-stack web application used for organizing movies using separate lists to keep track of watch status (i.e., if a movie has been watched by a user or if a user plans to watch a movie).
Technologies used: React, Node.js, Express, MongoDB.
Clone the project onto your machine.
Install all npm packages. Go into the project folder and type the following command to install all npm packages:
npm install
Use the following command to run the application locally:
npm start
To see the app running, go to localhost:3000 using your web browser.