git clone https://github.com/whisher/express-prisma-starter.git server-project
cd server-project
npm install
npm start- In development, for a quick go, create a file /prisma/dev.db and
run
npx prisma migrate dev - For production, pick your target database up and take a look at prisma documentation
- Rename .env-sample in .env
The main goal of this repository is to provide an easy full configurable backend for front end developers. Take a look at angular-ngrx-material-starter