sunilvrao / the_bullet

Rails application template for API-only applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails application template for API-only applications

Environment

  • Ruby 2.4.1
  • RubyGems 2.6.12
  • Bundler 1.15.1
  • Ruby on Rails 5.1.1

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


Languages

Language:Ruby 95.4%Language:HTML 4.0%Language:CSS 0.5%Language:JavaScript 0.0%