This is a web application built in Rails that is for a fictional photography service. The site lists provided services for registered users and a detail page for a specific service. Registered users are allowed to leave reviews on a service. It provides CRUD functionality to admins.
- View live app deployed on Heroku: https://wild-smiles.herokuapp.com/
Run these following commands in the terminal
git clone https://github.com/jaybones90/wild-smiles-RAILS.git
cd wild-smiles-RAILS
bundle install
rails db:create
rails db:migrate
rails db:seed
rails server
- No known bugs. Please submit a pull request, leave a comment, or email with any discovered bugs.
- Ruby 2.4.1
- Rails 5.1.2
- PostgreSQL
Jason Ainsworth
MIT Copyright (c) 2017 Jason Ainsworth