REST API project (Express + Postgres + Prisma) for:
# install dependencies
npm install
# serve at localhost:3000
npm start
# introsect prisma schema
npx prisma db pull
# generate prisma client
npx prisma migrate dev --name init
For a detailed explanation on how things work, check out the docs for Express and docs for Prisma.