Skip to content

AmMonsoon/petFriendly

Repository files navigation

PetFriendly

PetFriendly is way for users to find locations where they can bring their furry companions. Users can sign up and express thoughts/interests on locations by leaving a review. The PetFriendly live link can be found here: PetFriendly !!!

Technologies

Features

Splash Page

Splash Page

Sign-up

Sign Up

Login

Login

Spots

Spots

Post a Spot

Post Spot

Edit a Spot

Edit Spot

Delete a Spot

Delete Spot

Reviews

Reviews

Post a Review

PostReview

Edit a Review

Edit Review

Delete a Review

Delete Review

Installation

To build/run project locally, please follow these steps:

  1. Clone this repository
git clone https://github.com/AmMonsoon/petFriendly.git
  1. Install dependencies for /app and /react-app for /app
pipenv install --dev -r dev-requirements.txt && pipenv install -r requirements.txt

for /react-app

npm install
  1. In the root directory create a .env based on .env.example with proper settings
  2. Setup your PostgresSQL user , password , database
  3. Enable your virtual environment
pipenv shell
  1. In your virtual environment, run your migrations and seeds
flask db upgrade
flask seed all
  1. To start your backend make sure your in your virtual environment or run the command
pipenv run flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published