Skip to content

Provides a list of pets from nearby shelters and adoption agencies based on user preferences

Notifications You must be signed in to change notification settings

nikiollie/home-a-pet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cse-210-team-project-home-a-pet

We provide a product (Home-a-Pet) to you which will help you find the right pet. We do this by getting information from pet/adoption websites and showing you specific pets based on your criteria.

For Development

Installation

Viewing

  • Run npm install in the home directory (don't have to run this every time)
  • Run npm start or node app.js in the home directory
  • Go to http://localhost:3000/ in your browser to view local version

Making Changes

  • Create or checkout a branch
  • Make sure it's up to date with git pull
  • If you make any changes to the code, push to your branch and make a PR to master branch (through Github)

Resources/Links

Backend

  • Go to web folder and run python app.py to start the server

APIs

  • GET API /pets/pets - Fetches all the pets from database
  • POST API /pets/pets - Adds a list of pets in the database
  • GET API /pets/batch - Pulls the data from petfinder.com and stores the results in the database

About

Provides a list of pets from nearby shelters and adoption agencies based on user preferences

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published