Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

ByPassaRe/Pick-A-Park-RestfulApi

Repository files navigation

Pick-A-Park

Description

REST API of Pick a Park project for Software Project Management exam's project of University of Camerino.

Requirements

  • Docker
  • NPM

Installation

$ npm install

Running the app

# run docker
$ docker-compose up

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

VSCode autofix using TsLint and Prettier

To make VsCode autofix your code using prettier and TsLint add this to the general settings.json file (search using Ctrl+Shift+p)

"editor.codeActionsOnSave": {
      "source.fixAll.tslint": true
    }

About

API backend for Pick-a-park project

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published