elgreatly / bike-stations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bike Stations Service

Demo

https://bike-stations-snapshot.herokuapp.com/docs

Installation

$ npm install

Running APP

# development
$ npm run start

# update entities in dist
$ npm run build

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Running Test

create test.env file

npm run test

Run code documentation

npm run doc

open localhost:8080

Open swagger documentation

open https://bike-stations-snapshot.herokuapp.com/docs

About


Languages

Language:TypeScript 100.0%