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

https://github.com/mastercloudapps-projects/trail-planner-backend

Backend para el TFM trail planner
https://github.com/mastercloudapps-projects/trail-planner-backend

Last synced: 4 months ago
JSON representation

Backend para el TFM trail planner

Awesome Lists containing this project

README

        

## Description

TrailPlanner initial codebase

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