Skip to content

masudcsesust04/rails-api-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • ...

About

Starter application to develop a rails 5 API application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published