Jonathan Lam, Franklin Choi, Emily Vainberg, Yili Liu, Prathyush Sivakumar
UCLA CS 97 Fall 2020
git clone https://github.com/emilyvainberg12/CS97-Web-App-.git
cd ccle
npm install
This will install all the required dependencies.
To run backend and frontend simultaneously:
cd ccle/servernode server.js- Without closing the current terminal tab, open a new terminal tab and make sure you're in the ccle directory:
npm start - This will run the server and client on two separate terminals
- If the terminal prompts to run on a different port number, type 'y' or 'yes'
For login credentials:
- email: guest@gmail.com
- password: Psivakumar123
Link to our GitHub Repository: https://github.com/emilyvainberg12/CS97-Web-App-
Check out our Demo/Presentation video: https://drive.google.com/file/d/18vDbe-qf4fsoZVB0m-bdZrjiwI57_EMi/view?usp=sharing