Skip to content

Rails app for creating tree giveaways with reservations, confirmations, and inventory

Notifications You must be signed in to change notification settings

ettenger/tree-giveaway

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

  • Use Ruby 2.2.0

  • Create super-user password in the rails console:

> Su.new(password:“samplepwd”).save

Verify the new Su has :id == 1.

  • Add the following API keys to the development and production sections of config/secrets.yml

    gmail_username: ‘[email protected]

    gmail_password: ‘yourpassword’

  • Login to the administrative side of the app at /login

  • People can request trees at /giveaway/:id

About

Rails app for creating tree giveaways with reservations, confirmations, and inventory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published