TV and movie streaming platform. (CS160 Project)
##Initial Setup for local testing:
- Clone the project (or pull to ensure you're working on the most recent version)
- In the command line of your local project folder,
- run
npm install
- To start the server, run
npm start
- run