Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benruns/contact-manager
- Owner: BenRuns
- Created: 2014-07-29T04:06:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-08T05:36:46.000Z (over 10 years ago)
- Last Synced: 2024-12-01T13:48:32.426Z (2 months ago)
- Language: JavaScript
- Homepage: http://ben-contact-manager.herokuapp.com/
- Size: 672 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 linebundle install
rake db:create
rake db:migrate
rails sTo populate fake data for the app use
rake db:seed-Fields
- first name
- middle name
- street address
- city
- state
- country
- postal code
- phone number-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