This will install all dependencies for the app
npm run install:all
This will have postgres and adminer running for the backend
docker-compose up -d
npm start
cd backend
npm run generate
npm run migrate
you can then use adminer at port 8080, or run
npm run studio
to open up prisma studio to check whether the data is properly saved