Table of Contents
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.
- React
- Express
- Node
- PostgreSQL
- Heroku
- 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
- View products and Filter them
- Check and add products to Cart
- Change cart products quantity and checkout
To get a local copy up and running follow these simple example steps.
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
-
Clone the repo
git clone https://github.com/GSG-G11/fresh-pet
-
Install dependencies
Yarn install
-
Create .env file
touch .env
-
Add your database credentials to .env
"DATABASE_URL=postgres://user:password@localhost:5432/dbname"
-
Run the build script
yarn run build
-
Run the server
yarn start
- Abedalrahman Shamia
- Ahmed Qeshta
- Jehad Abu Shaqra
- Mohammed Hilles