https://movieshare-csc309.herokuapp.com/
Install Node.js and NPM (https://nodejs.org/en/download/)
Make sure you're on the correct branch and have the latest version using the following commands
git checkout master
git pull origin master
Use the following commands to navigate to the proper directory and start the application
cd movieshare/src
npm install
npm start
username: admin
password: admin
Admins are given access to the user list, with the current functionality of removing users.
username: user
password: user
A user can access the following pages upon logging in:
- Home -- the user can see their movies posted
- Profile -- the user can a blurb of his own, as well as access his MovieBook and WatchLater list
Full-stack web application built on a MERN framework:
MongoDB
Express.js
React.js
Node.js
Application deployed using Heroku