Skip to content

Latest commit

 

History

History
21 lines (8 loc) · 380 Bytes

README.md

File metadata and controls

21 lines (8 loc) · 380 Bytes

NodeJS-crud-api

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

  1. npm install

  2. Set up your PostgreSQL database and configure Prisma by updating the .env file

  3. npm run dev