This application requires:
Learn more about installing Rails.
This application uses PostgreSQL with ActiveRecord.
Copy the application config:
$ cp config/application.yml.example config/application.yml
Edit that to set up the creds for your test account. Then do the same for the database.yml
before you run the following:
$ bundle exec rake db:create db:migrate db:seed
Now you're good to go! Check out db/seeds.rb
to see how you can create additional test users.
We're using GitHub Issues for our ticket tracker. Kindly report any issues you encounter there.
If you make improvements to this application, please share with others.
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. Thanks!
This application was created in collaboration with The Four Teachers Project to better the lives of Texas educators. The code was written by these fine folks:
We haven't decided, yet! Likely MIT, but if you're interested in using it, just create an issue so we can discuss it.