Skip to content

DamirNurgaliev/rails-api-base

Repository files navigation

Rails API Base

Build Status

Lightweight base or "skeleton" application for Ruby on Rails 5+ projects. Built to minimize the time spent writing boilerplate code and performing repetitive setup tasks.

API docs

  • Existing API docs (includes API auth with JWT token)

Application Gems

Scripts

  • bin/setup - setup required gems and migrate db if needed
  • bin/ci - should be used in the CI or locally. Includes rubocop & specs running.
  • bin/server - to run server locally

Deployment

Heroku

Out of the box Rails Api Base ready to be deployed to Heroku.com.

heroku create --addons=heroku-postgresql --remote staging rails-api-base-example
heroku config:add HOST="rails-base-example.herokuapp.com"
git push staging master
heroku run rake db:schema:load
heroku open

Credits

Rails Api Base is maintained by Damir Nurgaliev.

About

Rails skeleton base for API projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published