Skip to content

josephan/cycloplan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== 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!