Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webmastersaid/flights-nest
Backend of Flights application on Nest.js
https://github.com/webmastersaid/flights-nest
Last synced: 4 days ago
JSON representation
Backend of Flights application on Nest.js
- Host: GitHub
- URL: https://github.com/webmastersaid/flights-nest
- Owner: webmastersaid
- Created: 2023-01-11T05:48:57.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T14:23:37.000Z (4 months ago)
- Last Synced: 2024-07-11T16:36:18.882Z (4 months ago)
- Language: TypeScript
- Homepage:
- Size: 3.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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
```