https://github.com/benruns/contact-manager
Simple original app written for exercise purposes -focused on rspec
https://github.com/benruns/contact-manager
Last synced: about 1 year 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-08T05:36:46.000Z (almost 12 years ago)
- Last Synced: 2025-01-29T11:51:11.682Z (over 1 year 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 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