Simple app to keep contacts: friends, family, clients all in one location in a cloud based solution. Repsonsive enough for a smart phone and nice enough for a desktop. Utilizing Ajax we can show off rails SPA (Single Page Application) capabilities.
- Ruby version
Ruby 2.5.1
- System dependencies
See gemfile
- Database creation
Seed file included, rails db:reset will build the db
- Database initialization
Using basic sqlite3, try a rails db:setup then a rails db:seed
- How to run the test suite
Using RSpec of course! rspec @ prompt