TEACH Program Software Stack
The following steps will help you get your workstation set up.
- Ruby 2.4.0
- Rails 5.0.2
- Postgresql
git clone git@gihub.com:tophat8855/teachprogramtracker.git
cd teachprogramtracker
bundle install
rake db:create db:migrate db:seed
This app uses rspec for testing.
bundle exec rspec
rails s
The server should be running on port 3000.
rspec && git push
Pushing the code to master will also deploy to the Heroku app.