This app is called PROPS. The idea behind it is to express saying 'thank you!' in a geeky way.
- Ruby on Rails 4.2
- Ruby 2.1
- Postgres
Copy database settings:
cp config/database.yml.sample config/database.yml
Create DB user:
createuser -s -r props
Setup database:
bin/rake db:setup
Setup config file for your environment:
cp config/sec_config.yml.sample config/sec_config.yml
Generate omniauth credentials for your application by going to Google Developer Console and creating new project there.
When you have the credentials, put them in the config/sec_config.yml file
under omniauth_provider_key and omniauth_provider_secret values.
We use RSpec 3 for testing backend.
Nothing yet. YAY.
Please follow Ruby style guide available here.
If you make improvements to this application, please share with others.
- Fork the project on GitHub.
- Make your feature addition or bug fix.
- Commit with Git.
- Send the author a pull request.
If you add functionality to this application, create an alternative implementation, or build an application that is similar, please contact me and I’ll add a note to the README so that others can find your work.
MIT. See LICENSE.