git clone git@github.com:StartBootstrap/typescript-node.git
cd typescript-node
npm install
cp .env.sample .env-
Be sure to add values for the strings starting with
CHANGE_ME__ -
Execute
## Prisma ### Starting from scratchbelow -
If you hit issues with postgress relating to
uuid-ossp, run this script:npm run uuid:ossp
https://www.prisma.io/docs/concepts
rm -rf prisma/migrations/20* && npx prisma migrate dev --name init
nr script -- scripts/prisma/seed-root.ts
nr script -- scripts/prisma/seed-test.tsnpx prisma studio