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.
$ npm install
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod
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