Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 226 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 226 Bytes

Rails API Skeleton

Are you tired of configuring new APIs again and again?

Basic Rails API Skeleton comes to your aid!

$ bundle
$ cp config/database.yml.example config/database.yml
$ rails db:setup
$ rails s