A tiny, ridiculous NestJS application, here mainly to preserve the debugging config.
Go to file
Adam Cooper a107987000 Trivial; committing before branching 2024-01-20 20:48:05 -05:00
.vscode Trivial; committing before branching 2024-01-20 20:48:05 -05:00
database Proof of concept 2023-10-18 18:11:32 -04:00
src Implement basic logging 2023-12-16 12:19:53 -05:00
test Initial commit 2023-10-15 12:25:55 -04:00
.eslintrc.js Initial commit 2023-10-15 12:25:55 -04:00
.gitignore WIP 2024-01-01 13:53:46 -05:00
.prettierrc Initial commit 2023-10-15 12:25:55 -04:00
README.md Initial commit 2023-10-15 12:25:55 -04:00
nest-cli.json Initial commit 2023-10-15 12:25:55 -04:00
package-lock.json Proof of concept 2023-10-18 18:11:32 -04:00
package.json WIP 2024-01-01 13:53:46 -05:00
tsconfig.build.json Initial commit 2023-10-15 12:25:55 -04:00
tsconfig.json Initial commit 2023-10-15 12:25:55 -04: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.