Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rgaidot/inch-test


https://github.com/rgaidot/inch-test

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# README

## Install

Requirements:

* RVM
* Rails 5
* SQLite
* Redis

```sh
gem install rails
bundle
```

## API endpoints

* GET /buildings
* GET /persons

## Test

```sh
rake test
```