This is the repository that contains the code for Delhi Government's Manifesto Tracker web application.
brew install ruby
ruby -- version
Download from https://www.sqlite.org/download.html
sqlite3 --verison
brew install postgresql
psql --version
gem install bundle
bundle install
rake db:migrate:reset
rake db:drop db:create db:migrate
rake db:seed
bin/rails server
open http://localhost:3000
Print current database schema
rails dbconsole
.schema