https://github.com/rootstrap/nest-target-api
Proof of concept of a nest api project. Trello: https://trello.com/b/4ZrvgNnq/nest-target-api
https://github.com/rootstrap/nest-target-api
Last synced: 8 months ago
JSON representation
Proof of concept of a nest api project. Trello: https://trello.com/b/4ZrvgNnq/nest-target-api
- Host: GitHub
- URL: https://github.com/rootstrap/nest-target-api
- Owner: rootstrap
- Created: 2019-10-16T19:27:30.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:43:40.000Z (about 3 years ago)
- Last Synced: 2025-01-10T14:06:31.350Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 4.37 MB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://circleci.com/gh/rootstrap/nest-target-api)
[](https://codeclimate.com/github/rootstrap/nest-target-api/maintainability)
[](https://codeclimate.com/github/rootstrap/nest-target-api/test_coverage)
[](https://github.com/prettier/prettier)
# Nest Target API
## npm Scripts
1. `build` builds the app. (It hangs, after it finishes hit `ctrl+c`)
2. `build:watch` builds the app and watches for changes, this enables hot reloading
3. `start` starts the app, must be built first
4. `test` run all the tests
5. `test:cov` run tests and save coverage report
6. `lint` run the linter and prettier
7. `lint:fix` runs the linter and tries to fix the errors