https://github.com/distributed-lab/nest-template
https://github.com/distributed-lab/nest-template
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/distributed-lab/nest-template
- Owner: distributed-lab
- License: mit
- Created: 2023-06-20T12:39:17.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-14T13:34:42.000Z (almost 3 years ago)
- Last Synced: 2025-03-02T18:33:33.662Z (over 1 year ago)
- Language: TypeScript
- Size: 980 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nest-template
## Installation
```bash
$ yarn install
```
## Running the app
```bash
# development
$ yarn run start
# watch mode
$ yarn run start:dev
# production mode
$ yarn run start:prod
```
## Test
```bash
# unit tests
$ yarn run test
# e2e tests
$ yarn run test:e2e
# test coverage
$ yarn run test:cov
```
# Build
```bash
docker build -f Dockerfile.api . -t api
```
## License
[MIT licensed](LICENSE).