homelab-personal-cloud/services/core
Matthew Bessette 2410ef056c WIP 2024-04-15 01:45:41 +00:00
..
prisma WIP 2024-04-15 01:45:41 +00:00
src WIP 2024-04-15 01:45:41 +00:00
.eslintrc.js First stable build with system check 2024-04-14 00:39:20 +00:00
.gitignore First stable build with system check 2024-04-14 00:39:20 +00:00
.prettierrc First stable build with system check 2024-04-14 00:39:20 +00:00
CONTRIBUTE.md First stable build with system check 2024-04-14 00:39:20 +00:00
README.md First stable build with system check 2024-04-14 00:39:20 +00:00
codegen.ts First stable build with system check 2024-04-14 00:39:20 +00:00
nest-cli.json First stable build with system check 2024-04-14 00:39:20 +00:00
package-lock.json WIP 2024-04-15 01:45:41 +00:00
package.json WIP 2024-04-15 01:45:41 +00:00
tsconfig.build.json First stable build with system check 2024-04-14 00:39:20 +00:00
tsconfig.json First stable build with system check 2024-04-14 00:39:20 +00:00

README.md

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

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm 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.