It's a simple example which presents my attempt to work with prisma.
- npm install
- npm start - starts the server on http://localhost:3000
- Set the DATABASE_URL in the .env file to point to your existing database. If your database has no tables yet, read https://pris.ly/d/getting-started.