You will need Docker and Docker Compose installed to run this app locally.
Run the frontend with
npm start
Run the backend server with
./run_local.sh
or
./reset_and_run_local.sh
The reset command deletes the database data and re-migrates it so that it is completely fresh.