Skip to content

alexandraleigh/pet-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pet API

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!

Installation

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

Running the tests

rspec

Deployment

Add additional notes about how to deploy this on a live system

Built With

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published