This is an inventory system that was originally designed for Virginia Tech Rec Sports. It has been modified slightly to make it more generic and up to date.
bin/setup
rake #This runs the full test suite minus the old Unit Tests
- heroku create
- git push -u heroku master
- heroku run rake db:setup
- heroku run console - update the first user with actual information
- set all the ENV variables from the .env file