Clone .env.docker file to .env.docker.dev and fill out the variables
docker compose up -d
Create the .env file from the .env.example file
npm run db:create
npm run db:start
npm i
npx prisma generate
npx prisma migrate dev --name init
npx prisma migrate deploy
npm run dev
newman run .\Web-API.postman-meta-fill.json --verbose
net stop winnat
net start winnat
npx prisma migrate dev --name <name_description>
Nodejs with express Postgresql & typescript with prisma migrations Docker Docker compose Bash scripting Newman for testing requests Jest for unit tests