These instructions were written for MacOS or Linux. Make sure you run chmod +x <filename.sh> before running a script!
- Setup the project by running the setup script
./setup.sh- Run test for django backend rest api
./test.sh- Start the backend
./backend.sh- Start the frontend
./frontend.sh- Open
localhost:3000in the browser to see the web app