dependabot[bot] 576d7d4d79
build(deps): bump mongoose from 8.19.4 to 9.0.0
Bumps [mongoose](https://github.com/Automattic/mongoose) from 8.19.4 to 9.0.0.
- [Release notes](https://github.com/Automattic/mongoose/releases)
- [Changelog](https://github.com/Automattic/mongoose/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Automattic/mongoose/compare/8.19.4...9.0.0)

---
updated-dependencies:
- dependency-name: mongoose
  dependency-version: 9.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-24 15:24:25 +00:00
2025-01-18 11:20:40 +08:00
2021-03-05 12:34:05 +08:00
2025-08-05 10:50:51 +08:00
2021-08-31 12:55:06 +08:00
2021-02-28 10:55:34 +08:00
2021-07-27 14:43:50 +08:00
2020-06-11 12:57:29 +08:00
2020-07-23 10:43:05 +08:00
2020-06-11 12:57:29 +08:00
2023-04-16 00:47:34 +08:00
2025-01-18 11:20:40 +08:00
2020-06-11 12:57:29 +08:00
2020-06-11 12:57:29 +08:00
2022-05-03 11:57:58 +08:00

NestJS Sample

Compile and build Build Docker Image Run e2e testing codecov

A NestJS RESTful APIs sample project, including:

  • Restful APIs satisfies Richardson Maturity Model(Level 2)
  • Custom Mongoose integration module instead of @nestjs/mongoose
  • Passport/Jwt authentication with simple text secrets
  • Fully testing codes with Jest, jest-mock-extended, ts-mockito, @golevelup/ts-jest etc.
  • Github actions workflow for continuous testing, code coverage report, docker image building, etc.

Docs

Build

Install the dependencies.

$ 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

Reference

Description
NestJS RESTful APIs Sample
Readme GPL-3.0 267 MiB
Languages
TypeScript 98.6%
JavaScript 1.2%
Dockerfile 0.2%