DesmondSanctity / artemis-neon-prisma

This is a demo of building APIs with Nest.js framework, Prisma ORM and Neon Postgres database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

artemis-neon-prisma

This is a demo of building APIs with NestJS framework, Prisma ORM and Neon Postgres database.

For prerequisite, you need to have installed:

  • Node.js 16.13/18.X/20.X
  • NPM

To clone this project, you will run the command below in the directory of your choice in your terminal:

git clone https://github.com/DesmondSanctity/artemis-neon-prisma.git

To run the project, you need to run the following commands:

npm install
npm run start:dev

To open the Swagger UI, go to http://localhost:3000/api/

About

This is a demo of building APIs with Nest.js framework, Prisma ORM and Neon Postgres database.

License:MIT License


Languages

Language:TypeScript 95.2%Language:JavaScript 4.8%