Skip to content

GSG-G11/fresh-pet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo

Pawsitive

Everything your pet needs in one place.

View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Team

About The Project

redditlinked


Pawsitive is a web application that allows users to explore all what their pet needs. Food, accessories, toys and even a pet walker can be found in one place. Just like a pet store, you can find everything you need to care for your pet. We are here to help you find the best pet care products for your pet.

(back to top)

Built With

  • React
  • Express
  • Node
  • PostgreSQL
  • Heroku

(back to top)

Roadmap

  • Add products to your cart
  • Add quantity to your cart
  • Checkout and pay for your order as you see the total cost.
  • Sign in as a user to create products.
  • Sign in as a user to edit and delete products

(back to top)

Usage

  • View products and Filter them

chrome-capture-2022-3-14

  • Check and add products to Cart

chrome-capture-2022-3-14 (1)

  • Change cart products quantity and checkout

chrome-capture-2022-3-14 (2)

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • Yarn
npm install -g yarn
  • Node
  • PostgreSQL

Installation

  1. Clone the repo

    git clone https://github.com/GSG-G11/fresh-pet
  2. Install dependencies

    Yarn install
  3. Create .env file

     touch .env
  4. Add your database credentials to .env

     "DATABASE_URL=postgres://user:password@localhost:5432/dbname"
  5. Run the build script

    yarn run build
  6. Run the server

     yarn start

    (back to top)

Team

  • Abedalrahman Shamia
  • Ahmed Qeshta
  • Jehad Abu Shaqra
  • Mohammed Hilles

(back to top)