Giter VIP home page Giter VIP logo

swd-project's Introduction

Petty Care

Motivation and target users

Nowadays, more and more people choose to have a pet as a companion. However, there are circumstances, for example business travels, that pet owners have no time to take care of their pets. Consequently, there is a great demand for pet boarding services. Petty Care was therefore founded aiming to help pet owners find reliable sitters.

The target users of the app are pet owners seeking pet boarding in Indiana and Illinois.

Functions of Petty Care app

External Libraries: BootStrap

URLs and features of the Petty Care web app:

  • /petsitterapp/ — Present the home (index) page
  • /petsitterapp/sitter/ — List all pet sitters
  • /petsitterapp/profile// — Present the detail information of a pet sitter
  • /petsitterapp/about/ — Introduce the Pet Care team and services
  • /petsitterapp/searchresult/ — List pet sitters based on search criterias
  • /members/login/ — Log in to a user account
  • /members/register/ — Signup the user account
  • /members/logout/ — logout the user account
  • /members/yourpage/ — Present the user’s personal info and pets
  • /members/addpet/ — Add new pet info
  • /memembers/editpet/<pet_id>/ — Edit an existing pet’s info

Home (Index) Page

  • Through the navigation bar, users can access an “about us” page that provides the basic information about the Pet Care team and the services, a “pet sitter” page that shows all the available sitters at Petty Care, and the links to sign up/sign in.
  • Users can search pet sitters by zip code and price range.
    • An example for query parameters:
      • Boarding Here: 47906
      • $Min: 0
      • $Max: 45

Pet Sitters Page

  • The pet sitter page shows some basic information about the sitters and users can click on the sitters’ name to view their profile page.
  • The search is also available on pet sitters page as a quick filter.

Pet Sitter’s Profile Page

  • Pet sitter’s profile page shows all detailed information about the pet sitter including the location in google map.
  • The user can contact the sitter via the “send email” button. It will generate an email link with a designated recipient.

  • Logged in users can leave their comments at the sitter’s profile page.

Register Page

  • Users can log in to access their profile page. Guest users can register to experience the full service of Petty Care.

User Profile Page

On the user’s profile page, they can add and edit their pet information.

Application Setup Instruction

  1. Navigate to SWD-project folder

  2. Activate the Virtual Environment:

     pipenv shell
    
  3. Install requirements:

     pip install -r requirements.txt
    
  4. Launch the local server:

     python manage.py runserver
    
  5. Open the Chrome browser, and enter the URL:

    http://127.0.0.1:8000/petsitterapp/

  6. Login using test credential:

    username: kexin

    password: milkis123

Cloud Hosted Web App

Access the public Petty Care web app through http://18.218.104.41:8001/petsitterapp/

swd-project's People

Contributors

zksn12 avatar heixcx avatar yiqingqu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.