Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 588 Bytes

README.md

File metadata and controls

43 lines (33 loc) · 588 Bytes

Grape on Rack Starter Kit

Get start api developing faster and completed user system

Ruby Version

2.4.0

Features

  • Grape on Rack
  • ActiveRecord
  • Postgresql
  • Puma
  • Active Record stand alone migration
  • paranoia soft deleted
  • jwt
  • bcrypt
  • mina deployment
  • rspec and factory_girl
  • completed user system(login with phone register with phone)

Setup

  1. clone this repo git clone https://github.com/Edison-Hsu/grape-on-rack-starter

  2. remove .git folder

cd REPO_FOLDER
rm -rf .git/

prerequirment

  • RVM

Start Server

bundle install
puma