Skip to content

comunenovara/mbs-backend

 
 

Repository files navigation

Description

This is MBS back end. And is the firs project developed in nestjs by @stepobiz, in this file is writed all comand to maintan the project.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Update entity

Quando si aggiorna una entity nel file schema.prisma eseguire il seguente comando:

npx prisma migrate dev

Dopo aver aggiornato le entity come al punto precedente o altro modo eseguire il comando:

npx prisma generate

for read db

npx prisma studio

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.6%
  • JavaScript 1.4%
  • Shell 1.0%