vilnius / tvarkau-vilniu-ms

Tvarkau Vilnių backend
MIT License
9 stars 2 forks source link
docker rails vilnius

Tvarkau Vilnių backend

Build Status Join us on Slack

API for Tvarkau Vilnių apps. Manages problems reported by Vilnius citizens.

API specification

Getting started

Setting up development environment

Option 1: vagrant

This automatically creates and provisions ubuntu 16.04 based box with needed dev tools. Tested on: OSX Sierra and Windows 10.

Pre-requisites:

(Note: at the moment of writing, latest (5.1.16) has a regression issue)

$ vagrant plugin install vagrant-vbguest
$ vagrant up

Login into the dev box:

$ vagrant ssh

Option 2: native (OSX)

Running app

Using docker:

$ docker-compose up

Or manually:

Open http://localhost:3000/api/reports to get latest reports

Running tests

Related projects:

Contribute

Note: This is a work in-progress