devinoue / nestjs-prisma-api-sample

Sample repository of REST API with Prisma+Nest.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What it is?

This is a sample repository of REST API with Prisma+Nest.js

Building a REST API with NestJS and Prisma

Start DB

docker-compose up -d

Database Migrations

npx prisma migrate dev

Seeding

npx prisma db seed

Start Project

npm run start:dev

Access to API Documentation

http://localhost:3000/api/

About

Sample repository of REST API with Prisma+Nest.js


Languages

Language:TypeScript 97.4%Language:JavaScript 2.6%