2023-07-15 10:27:15 +02:00
2023-07-14 14:54:47 +02:00
2023-07-14 14:54:47 +02:00
2023-06-13 01:39:33 +02:00
2023-06-13 01:39:33 +02:00
2023-05-21 14:52:08 +02:00
2023-05-21 14:52:08 +02:00
2023-06-13 01:39:33 +02:00
2023-05-21 14:52:08 +02:00
2023-07-14 14:54:47 +02:00
2023-07-15 10:27:15 +02:00
2023-05-21 14:52:08 +02:00
2023-06-18 14:52:37 +02:00
2023-05-21 14:52:08 +02:00
2023-05-21 14:52:08 +02:00

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

$ pnpm install

Running the app

# db
$ pscale connect flashcards

# prisma dashboard
$ pnpx prisma studio

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov
Description
No description provided
Readme 922 KiB
Languages
TypeScript 58.6%
CSS 22.5%
SCSS 17.9%
HTML 0.4%
JavaScript 0.3%
Other 0.3%