https://github.com/webmastersaid/flights-nest
Backend of Flights application on Nest.js
https://github.com/webmastersaid/flights-nest
Last synced: 3 months 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T11:16:33.000Z (7 months ago)
- Last Synced: 2025-01-08T12:22:27.530Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 935 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
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
```