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

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.

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).