Skip to content

This is the in-class implementation of a one-day project that Cohort 5 of Nashville Software School went through.

License

Notifications You must be signed in to change notification settings

elizabrock/student_picker

Repository files navigation

README

This was a one-day project that Cohort 5 of Nashville Software School went through.

Build Status Code Climate Code Climate

Ruby version

2.1.2

System dependencies

None

Setup and Configuration

  1. Copy config/database.yml.example to config/database.yml.
  2. (Optional) Make any changes to database.yml that are necessary for your database setup.
  3. Run rake db:create:all
  4. rake db:migrate
  5. Run the test suite: rake

To run the server locally using unicorn:

bundle exec unicorn -p 3000 -c ./config/unicorn.rb

Deployment instructions

(Pending)

About

This is the in-class implementation of a one-day project that Cohort 5 of Nashville Software School went through.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published