Skip to content
This repository has been archived by the owner on Jul 25, 2018. It is now read-only.

Latest commit

 

History

History
20 lines (14 loc) · 880 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 880 Bytes

API Gitter Codacy Badge

In this project, the API to interface the Postgres database is exposed.

Run project

use docker-compose by running the following command:

docker-compose up

to rebuild the project just run

docker-compose build && docker-compose up

Swagger

Import swagger.json into the swagger web editor for a nice visualization.

See https://github.com/swagger-api/swagger-node for more details.