Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```