Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 425 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 425 Bytes

CS35L Project

Group Members

  • Maya Balakrishnan
  • Genevieve Chin
  • Joana Fang
  • Aki Hasegawa-Johnson
  • James Wu

Instructions for running

cd frontend
npm i
npm start

Then open new terminal:

cd backend
npm i
npm start

If MongoDB connection is failing, try using a network with non-strict firewall. For example, UCLA networks "eduroam" or "UCLA_WIFI" should work, whereas "UCLA_WEB" will not.