Skip to content

moku-io/generic-api-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rails API backend preconfigured

To goal of this project is to have a production-ready deploy of an Rails 4 API backend in a few minutes.

It is a blank Rails app, preconfigured with:

Deployment stack is the following:

  • Rails 4.1;
  • Capistrano 3;
  • nginx configured via Capistrano task;
  • Puma configured via Capistrano task;
  • crontab with whenever;
  • environment variables with figaro;
  • both production and staging environments configured for Capistrano/nginx/puma;
  • configurable exception notification via email (exception_notification).

See wiki article on how setup the server accordinly (TODO).

Getting started

TODO

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Production-ready deploy of API backend in minutes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published