Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rgaidot/inch-test
https://github.com/rgaidot/inch-test
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rgaidot/inch-test
- Owner: rgaidot
- Created: 2016-08-01T16:17:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-01T16:25:39.000Z (over 8 years ago)
- Last Synced: 2024-10-31T13:23:12.954Z (3 months ago)
- Language: Ruby
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```