https://github.com/denisecase/dc-nest-api
Nest API example project
https://github.com/denisecase/dc-nest-api
express nest node rest-api
Last synced: 2 months ago
JSON representation
Nest API example project
- Host: GitHub
- URL: https://github.com/denisecase/dc-nest-api
- Owner: denisecase
- Created: 2021-01-09T23:55:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-10T01:00:45.000Z (over 5 years ago)
- Last Synced: 2025-06-04T06:50:33.867Z (about 1 year ago)
- Topics: express, nest, node, rest-api
- Language: TypeScript
- Homepage: https://dc-nest-api.herokuapp.com/
- Size: 179 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nest API Example Project
## Links
- [Source](https://github.com/denisecase/dc-nest-api)
- [App]()
## Installation
```pwsh
npm install
```
## Running the app
```pwsh
# development
npm run start
# watch mode
npm run start:dev
# production mode
npm run start:prod
```
## Test
```pwsh
# unit tests
npm run test
# e2e tests
npm run test:e2e
# test coverage
npm run test:cov
```
## Reference
- [https://nestjs.com](https://nestjs.com/)
## License
This example is [MIT licensed](LICENSE).