No description
  • TypeScript 97.7%
  • Dockerfile 2.3%
Find a file
2024-04-09 14:40:25 +03:00
database finalized db migration and seeding. Added get all users endpoint 2024-04-09 14:40:25 +03:00
docker wip. sql db setup, seeding and migrations 2024-04-09 13:56:41 +03:00
public initial 2024-03-18 01:55:21 +02:00
src finalized db migration and seeding. Added get all users endpoint 2024-04-09 14:40:25 +03:00
test initial 2024-03-18 01:55:21 +02:00
.eslintrc.js initial 2024-03-18 01:55:21 +02:00
.gitignore wip. sql db setup, seeding and migrations 2024-04-09 13:56:41 +03:00
.nvmrc initial 2024-03-18 01:55:21 +02:00
.prettierrc initial 2024-03-18 01:55:21 +02:00
nest-cli.json initial 2024-03-18 01:55:21 +02:00
package.json finalized db migration and seeding. Added get all users endpoint 2024-04-09 14:40:25 +03:00
pnpm-lock.yaml wip. sql db setup, seeding and migrations 2024-04-09 13:56:41 +03:00
README.md initial 2024-03-18 01:55:21 +02:00
render.yaml wip 2024-03-26 11:20:29 +02:00
tsconfig.build.json initial 2024-03-18 01:55:21 +02:00
tsconfig.json finalized db migration and seeding. Added get all users endpoint 2024-04-09 14:40:25 +03:00
vitest.config.ts finalized db migration and seeding. Added get all users endpoint 2024-04-09 14:40:25 +03: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

# 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

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.