https://github.com/vgsantoniazzi/gonner
gonner — An API template alternative to parse. Just add water.
https://github.com/vgsantoniazzi/gonner
api prototype rails
Last synced: 4 months ago
JSON representation
gonner — An API template alternative to parse. Just add water.
- Host: GitHub
- URL: https://github.com/vgsantoniazzi/gonner
- Owner: vgsantoniazzi
- Created: 2017-05-04T17:41:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-04T17:43:35.000Z (about 8 years ago)
- Last Synced: 2025-01-10T16:50:32.370Z (5 months ago)
- Topics: api, prototype, rails
- Language: Ruby
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Welcome to Gonner
This is an alternative to parse. Just add water (rails g model) and let it be a full RESTful app.
You can customize with your routes, controllers, serialization, etc,.
## Getting Started
From source code:
```
git clone [email protected]:vgsantoniazzi/gonner.git my_app
```## Usage
```
rails g model car color:string year:integer
rails s
curl http://localhost:3000/api/v1/car # RESTful API
```## Contributing
I :heart: Open source!
[Follow github guides for forking a project](https://guides.github.com/activities/forking/)
[Follow github guides for contributing open source](https://guides.github.com/activities/contributing-to-open-source/#contributing)
## License
Gem is released under the [MIT license](http://opensource.org/licenses/MIT).