Giter Site home page Giter Site logo

sitter-swap-api's Introduction

Sitter Swap API

This is a capstone project for the Turing School of Software and Design Backend Program. The goal of the project was to learn a new language.

Sitter Swap is tool to bring dog owners together to help reduce the cost of pet sitting and boarding. After creating an account, user can make requests for other users to watch their dogs while they are on vacation. Users can also apply to a request to dog sit for another user. Users have access to a profile page to add information about their dogs and a dashboard to view the status of trip requests and view messages from other users.

This is the frontend for the project. The backend repo can be found at https://github.com/blsrofe/sitter-swap

Endpoints

  • /api/v1/users/:id
  • /api/v1/users/:id/requests
  • /api/v1/dogs
  • /api/v1/users/:id/dogs
  • /api/v1/trips
  • /api/v1/users-public/:id
  • /api/v1/account
  • /api/v1/trip-owner/:id
  • /api/v1/messages
  • /api/v1/responses/:id

Getting Started

git clone [email protected]:blsrofe/sitter-swap-api.git
cd sitter-swap-api
npm install

Deployment

Visit https://sitter-swap-api.herokuapp.com/

The front end site can be found at https://sitterswap.herokuapp.com/

Built With

  • Node - Javascript runtime for server side applications
  • Express - Node framework
  • Postgresql - Relational database

Contributing

Please read CONTRIBUTING.md for details on code of conduct, and the process for submitting pull requests.

Author

License

This project is licensed under the MIT License - see the LICENSE.md file for details

sitter-swap-api's People

Contributors

blsrofe avatar

sitter-swap-api's Issues

heroku seed

insert or update on table "user_dogs" violates foreign key constraint "user_dogs_user_id_fkey"

check for unique username on submit

post request will fail it username not unique, need to make sure post request doesn't happen if not unique and validations for new dog form

fix user dashboard

Move trips down to be a bigger box and add a key to view application.

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.