/NodeJS-REST-API

Building a RESTful API with NodeJS Express and Prisma ORM

Primary LanguageJavaScript

NodeJS-REST-API

Building a RESTful API with NodeJS Express and Prisma ORM

Create .env file and fill it:

   DATABASE_URL="postgresql://user:pass@localhost:5432/database?schema=public"

run command: node .