https://github.com/qvil/nest-rest
REST API using NestJS
https://github.com/qvil/nest-rest
Last synced: 2 months ago
JSON representation
REST API using NestJS
- Host: GitHub
- URL: https://github.com/qvil/nest-rest
- Owner: qvil
- Created: 2020-12-24T00:42:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-15T16:27:48.000Z (over 5 years ago)
- Last Synced: 2025-08-22T12:41:47.217Z (10 months ago)
- Language: TypeScript
- Homepage: nest-rest-git-master.qvil.vercel.app
- Size: 431 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Nest REST
## Description
REST API using NestJS
## Installation
```bash
$ npm install
```
## Docker
```bash
docker-compose up -d
```
## 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
```
## License
MIT