/c3po

Boulder building permit 2-way conversation project

Primary LanguageRubyMIT LicenseMIT

c3po

Boulder building permit 2-way conversation project

Tech Stack

FrontEnd: Ember based JavaScript/HTML5/SASS
Application: Rails
Data: REST API to OpenDataPlus with integration to CityOfBoulder permit data / LafayettePermit

Getting Started

  • Download and Install Vagrant
  • Download and Install Virtual Box
  • Git clone this repository
    • Requires git
    • Then git clone https://github.com/CodeForBoulder/c3po.git
  • cd c3po or dir c3po
  • run vagrant up
  • when that's done running, vagrant ssh
  • then install gems and create/migrate the db
  • cd /vagrant
  • bundle install
  • rake db:create
  • rake db:migrate
  • rails server -b 0.0.0.0 -p 3000
  • open up your browser and navigate to http://localhost:3001