techpeace / the-desk

1 stars 1 forks source link

The Desk

Dependencies

This application requires:

Learn more about installing Rails.

Database

This application uses PostgreSQL with ActiveRecord.

Getting Started

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.

Libraries

Troubleshooting

We're using GitHub Issues for our ticket tracker. Kindly report any issues you encounter there.

Contributing

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!

Credits

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:

License

We haven't decided, yet! Likely MIT, but if you're interested in using it, just create an issue so we can discuss it.