https://github.com/jonathanporta/verb-api
Rails based API for Verb
https://github.com/jonathanporta/verb-api
Last synced: 11 months ago
JSON representation
Rails based API for Verb
- Host: GitHub
- URL: https://github.com/jonathanporta/verb-api
- Owner: JonathanPorta
- Created: 2014-08-16T20:22:02.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-01-18T10:20:46.000Z (over 11 years ago)
- Last Synced: 2025-06-16T14:16:28.632Z (about 1 year ago)
- Language: Ruby
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Verb API
======
[](https://travis-ci.org/JonathanPorta/verb-api)
[](https://coveralls.io/r/JonathanPorta/verb-api)
[](https://codeclimate.com/github/JonathanPorta/verb-api)
[](https://gemnasium.com/JonathanPorta/verb-api)
Server | Watch/LiveReload/Tests/Lint
-------------|----------------------------
`$ rails s` | `$ guard`
When using the `$ guard` file-watcher, installing [LiveReload Extension](https://chrome.google.com/webstore/detail/livereload/jnihajbhpnppcggbcgedagnkighmdlei) for Chrome will automatically refresh the browser on file-changes.
First-time install
------------------
Install system dependencies:
* bundle install
Then install the application:
```bash
bundle install # install dependencies
bundle exec rake db:setup # setup the database
bundle exec rails server # start the server
# visit http://localhost:3000
```
Docker
------
Docker image: https://registry.hub.docker.com/u/jonathanporta/verb-api/