Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

restufl-backend

Generated by create-prisma with the NestJS template.

Scripts

  • pnpm run dev - start the Nest dev server with watch mode
  • pnpm run build - compile the app into dist/
  • pnpm run start - run the compiled server from dist/main.js

Prisma

  1. Make sure dependencies are installed.
  2. Generate Prisma Client:

pnpm run db:generate

  1. Run your first migration:

pnpm run db:migrate

  1. Seed the database:

pnpm run db:seed

  1. Use the shared Prisma setup from src/lib/prisma.ts and inject PrismaService from src/prisma.service.ts inside Nest providers.

Generated Prisma files are written to src/generated/prisma.

The template includes a basic User model, a sample GET /users endpoint, and seed data in prisma/seed.ts.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages