Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 322 Bytes

README.rdoc

File metadata and controls

11 lines (8 loc) · 322 Bytes

Welcome to Blocitoff

“Exploding” to-do list app built in Ruby on Rails as part of the Bloc Full-Stack Program.

To run, after cloning this repo:

  • bundle

  • rake db:create

  • rake db:migrate

  • Update config/application.yml with SendGrid details for emails to work

  • rails s