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