An open API service indexing awesome lists of open source software.

https://github.com/themasterapp/master-app-rails-server


https://github.com/themasterapp/master-app-rails-server

rails5 ruby turbolinks

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# README

This README would normally document whatever steps are necessary to get the
application up and running.

Things you may want to cover:

* Ruby version
`2.3.2`

* System dependencies

* Configuration
```
# Create a .env file and set all environment variables
cp sample.env .env
```

* Database creation
```
rails db:create && rails db:migrate
```

* Database initialization

* How to run the test suite

* Services (job queues, cache servers, search engines, etc.)

**Job queues:**
- https://github.com/brandonhilkert/sucker_punch

**Heroku:**
- [SendGrid](https://elements.heroku.com/addons/sendgrid)

* Deployment instructions
- Look in sample.env and set all environment variables listed in it.

* ...