Skip to content

Files

Latest commit

24d1beb · Oct 23, 2018

History

History
23 lines (18 loc) · 455 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 455 Bytes

Description

Rails starter for a Restful API :

Gems included

  • Database: PosgreSQL
  • Test framework: Rspec
  • Fixture replacement: FactoryBot
  • Json serialization: Fast json api
  • Authentication : devise / devise-jwt
  • Scaffolding : api scaffold gem
  • Pagination : pagy / api-pagination

Instructions

git clone this repository
rake db:create
rake db:migrate
rails s

See https://github.com/stefatkins/api_scaffold for scaffolding templates