/cycloplan

An online planner

Primary LanguageRuby

== Cycloplan

Setup

  • make sure you have Ruby on Rails and Postgresql setup on your machine
  • clone this repo
  • cd into app
  • run rake db:create
  • then rake db:migrate
  • then rake db:seed
  • run rails server and visit your localhost on port 300 to check out the app!