Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 414 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 414 Bytes

Instructions

You must run the backend and front end.

Backend runs on localhost:8000 frontend runs on localhost:3000

  1. In backend, make sure to copy .env.example to .env and provide the credentials. Follow the README in backend for more details
  2. In frontend, make sure to run npm install then npm run start.
    • Most of the work has been done in the frontend/src/App.js