Skip to content

MLSDev/the_bullet

Repository files navigation

Rails application template for API-only applications

Environment

  • Ruby 2.4.2
  • RubyGems 2.6.13
  • Bundler 1.16.0
  • Ruby on Rails 5.1.4

Configure Swagger UI

  • cd public
  • git clone https://github.com/swagger-api/swagger-ui.git
  • cd swagger-ui/
  • git checkout v2.2.10

Change url = "http://petstore.swagger.io/v2/swagger.json"; to url = "http://localhost:3000/api/docs.json"; in public/dist/index.html

Or to http://localhost:3000/backoffice/docs.json if you need developing backoffice stuff.

Open http://localhost:3000/swagger-ui/dist/index.html in browser.

Add backoffice superuser

Backoffice::Superuser.create!(email: 'me@example.com', name: 'John Snow', password: 'password')

Guides

About MLSDev

MLSDev.com

the_bullet is maintained by MLSDev, Inc. We specialize in providing all-in-one solution in mobile and web development. Our team follows Lean principles and works according to agile methodologies to deliver the best results reducing the budget for development and its timeline.

Find out more here and don't hesitate to contact us!

About

Rails application template for API-only applications

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages