/rails-api-starter

Starter application to develop a rails 5 API application

Primary LanguageRubyMIT LicenseMIT

Rails API starter application

It's a boilerplate application to develop API back-end application using ruby on rails and JWT authentication.

Things you may want to cover:

  • Ruby version 2.4.0
$ ruby -version
  • Rails version 5.1.0
$ rails -v
  • System dependencies

  • Configuration

  • Database creation

$ rake db:create
  • Database initialization
$ rake db:schema:load
$ rake db:test:prepare
  • How to run the test suite
$ bundle exec rspec
  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...