Flexible Node.js API for performing CRUD operations on a PostgreSQL database using Prisma ORM.
JWT was added for authentication.
Build with Express JS framework to handle routing, middleware and server configuration.
Getting Started
-
npm install
-
Set up your PostgreSQL database and configure Prisma by updating the .env file
-
npm run dev