the final project
run the project with:
$ cd backend
$ npm i
$ docker-compose up -d
$ npx prisma migrate dev --name "Init"
$ npm run start:dev$ cd frontend
$ npm i
$ npm run devDO NOT MODIFY docker-compose.prod.yaml
when developping locally use docker-compose up -d with the docker-compose.yaml
after editting .env run the following:
docker-compose -f docker-compose.prod.yaml up --build