Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 918 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 918 Bytes

CinaList

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.

Screenshots of Application

pic04

Screenshot 2022-12-30 at 2 34 32 PM

Installation and Setup

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.