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

https://github.com/pixelcaliber/kepler

Ruby on Rails CRUD application to create and share microposts
https://github.com/pixelcaliber/kepler

blog-platform crud-application rails-application ruby ruby-gem ruby-on-rails

Last synced: 5 months ago
JSON representation

Ruby on Rails CRUD application to create and share microposts

Awesome Lists containing this project

README

          

#### Important commands
```
rails server

rails test

rails db:migrate

rails db:migrate:reset

rails db:seed

bundler install

bundler update

```