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