I am passionate about rescuing pets and web development. This is a side project I created that combines the two. It is an adoptable pet database modeled after sites like Petfinder and Adopt-a-Pet. My main goal is to learn more about creating RESTful JSON APIs with Rails 5. This is a work in progress!
Clone the git repository
git clone https://github.com/alexandraleigh/pet-api.git
cd pet-api
Install dependencies
bundle
Create db and migrate schema
rake db:create
rake db:migrate
Run the application
rails s
End with an example of getting some data out of the system or using it for a little demo
rspec
Add additional notes about how to deploy this on a live system
- Ruby on Rails - The web framework used
- Allie Bartholomew - Initial work - alexandraleigh