t2-stat-parser/app/api
2024-11-26 04:26:12 +00:00
..
src fix: change games service to return list ordered by datestamp desc 2023-03-01 17:52:45 -05:00
test Setup Swagger 2020-08-29 19:20:44 -04:00
.eslintrc.js init nest (wip) 2020-08-22 10:19:50 -04:00
.gitignore init nest (wip) 2020-08-22 10:19:50 -04:00
.prettierrc Add API endpoint for top win-loss CTF records 2021-05-30 01:57:00 -07:00
nest-cli.json init nest (wip) 2020-08-22 10:19:50 -04:00
package-lock.json Bump class-validator from 0.12.2 to 0.14.0 in /app/api 2023-01-11 22:36:10 +00:00
package.json Merge c6cb089315 into 8165e35d10 2024-11-26 04:26:12 +00:00
README.md init nest (wip) 2020-08-22 10:19:50 -04:00
tsconfig.build.json init nest (wip) 2020-08-22 10:19:50 -04:00
tsconfig.json init nest (wip) 2020-08-22 10:19:50 -04:00

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License NPM Downloads Travis Linux Coverage Gitter Backers on Open Collective Sponsors on Open Collective

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.