basic api prisma

I recreated this repository, which serves as a basic example of an API using Prisma.io. I made several modifications and added comments throughout the project, so it is somewhat different.

Libraries

@prisma/client, express, @types/express, @types/node, nodemon, prisma ts-node & typescript.

Config

.env

DATABASE_URL=""

Install

npm install
npm run dev