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
- Host: GitHub
- URL: https://github.com/mastercloudapps-projects/trail-planner-backend
- Owner: MasterCloudApps-Projects
- License: apache-2.0
- Created: 2022-10-13T15:12:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T09:11:14.000Z (about 2 years ago)
- Last Synced: 2025-01-24T11:44:48.344Z (5 months ago)
- Language: TypeScript
- Size: 1.11 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```