Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benruns/contact-manager

Simple original app written for exercise purposes -focused on rspec
https://github.com/benruns/contact-manager

Last synced: 8 days ago
JSON representation

Simple original app written for exercise purposes -focused on rspec

Awesome Lists containing this project

README

        

This is a contact manager being written for exercise purposes

Current version at http://ben-contact-manager.herokuapp.com/

Setting up :

Requires postgres installed and ruby on rails

To get the server running locally on http://localhost:3000/

Git clone repo to a local file
Go to the appropriate directory in the command line

bundle install

rake db:create
rake db:migrate
rails s

To populate fake data for the app use

rake db:seed

-Fields

- first name
- middle name
- street address
- city
- state
- country
- postal code
- phone number
- email

-Intended features

- search for a contact
- add new contact
- edit existing contact
- delete existing contact

- Intended Stack

ruby
rails
erb
html, css, javascript
minitest/spec
postgresql
rbenv
bundler