indyaah / contactbook

Simple demo project for managing contacts based on rails 4.2, Angular, PG.

Home Page:http://railscontactbook.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple demo project for managing contacts based on rails 4.2, Angular, PG.

Project tested on following env.

  • Ubuntu 14.04.2 LTS
  • RVM (stable)
  • Ruby 2.2.0 (p0).
  • PostgreSQL 9.4.1 with passwordless access for postgres user on localhost (trust in pg_hba.conf)

Steps to run locally (Given above setup is ready)

bundle install
bundle exec rake db:create db:migrate
bundle exec rail s

About

Simple demo project for managing contacts based on rails 4.2, Angular, PG.

http://railscontactbook.herokuapp.com


Languages

Language:Ruby 93.2%Language:CSS 3.2%Language:JavaScript 2.8%Language:CoffeeScript 0.8%