Go to file
2024-04-02 22:22:47 +03:00
prisma first commit 2024-04-02 22:22:47 +03:00
src first commit 2024-04-02 22:22:47 +03:00
test first commit 2024-04-02 22:22:47 +03:00
Draft.md first commit 2024-04-02 22:22:47 +03:00
nest-cli.json first commit 2024-04-02 22:22:47 +03:00
package-lock.json first commit 2024-04-02 22:22:47 +03:00
package.json first commit 2024-04-02 22:22:47 +03:00
README.md first commit 2024-04-02 22:22:47 +03:00
schema.zmodel first commit 2024-04-02 22:22:47 +03:00
tsconfig.build.json first commit 2024-04-02 22:22:47 +03:00
tsconfig.json first commit 2024-04-02 22:22:47 +03:00

Description

Sarcina tehnica WAITER JAN

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod