Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anechas/nest-template
REST API template with Nestjs
https://github.com/anechas/nest-template
Last synced: about 5 hours ago
JSON representation
REST API template with Nestjs
- Host: GitHub
- URL: https://github.com/anechas/nest-template
- Owner: AnechaS
- License: mit
- Created: 2024-07-24T11:35:33.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-27T14:52:00.000Z (11 days ago)
- Last Synced: 2024-10-27T16:51:34.174Z (10 days ago)
- Language: TypeScript
- Homepage:
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nest REST API Template
## Installation
```bash
$ npm install
```## Running the app
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Test
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```## Update Version
```bash
$ npm run release
```## Commits
```bash
$ npm run commit
```