Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 582 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 582 Bytes

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

  • ...