Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamed-ramadan1/traveling-backend-application
This project in planning stage
https://github.com/mohamed-ramadan1/traveling-backend-application
docker docker-compose jest-tests jwt nestjs oauth typescript webpack
Last synced: 19 days ago
JSON representation
This project in planning stage
- Host: GitHub
- URL: https://github.com/mohamed-ramadan1/traveling-backend-application
- Owner: Mohamed-Ramadan1
- License: mit
- Created: 2024-09-13T00:23:39.000Z (2 months ago)
- Default Branch: master
- Last Pushed: 2024-10-17T02:32:37.000Z (about 1 month ago)
- Last Synced: 2024-10-31T23:07:47.044Z (19 days ago)
- Topics: docker, docker-compose, jest-tests, jwt, nestjs, oauth, typescript, webpack
- Language: TypeScript
- Homepage:
- Size: 83 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# traveling-backend-application
This project is now in planing stage.## Project setup
```bash
$ npm install
```## Compile and run the project
```bash
# development
$ npm run start# watch mode
$ npm run start:dev# production mode
$ npm run start:prod
```## Run tests
```bash
# unit tests
$ npm run test# e2e tests
$ npm run test:e2e# test coverage
$ npm run test:cov
```