You must run the backend and front end.
Backend runs on localhost:8000
frontend runs on localhost:3000
- In backend, make sure to copy
.env.example
to.env
and provide the credentials. Follow the README in backend for more details - In frontend, make sure to run
npm install
thennpm run start
.- Most of the work has been done in the
frontend/src/App.js
- Most of the work has been done in the