t2-stat-parser/app/api
dependabot[bot] 2de081a46c
Bump glob-parent from 5.1.1 to 5.1.2 in /app/api
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v5.1.1...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-27 16:13:03 +00:00
..
src Remove some cruft 2021-09-27 12:11:43 -04: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 glob-parent from 5.1.1 to 5.1.2 in /app/api 2021-09-27 16:13:03 +00:00
package.json * Add query caching for lthe long running leaderboard queries -- 2hr ttl 2021-09-27 11:56:17 -04: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.