Welcome to Depawture! An online retail store that provides high quality travel essentials for pets that makes every journey more seamless 🐶🐱💖
This project was built with HTML, SCSS, JS, and REACT for front-end and EXPRESS for back-end.
- Check all the Depawture products
- Click on the products and see the detail information of specific product
- Sign up and login to their account
- Add and remove products to cart
- Checkout items with Stripe
- Login and Sign up validation with proper error message
This application requires two terminals, so please open up two terminal windows. In order to get started, please clone this repo.
- Clone the repo
- Create your own .env file, you can use the following information
- PGHOST=localhost
- PGPORT=5432
- PGUSER=username
- PGPASSWORD=password
- PGDATABASE=depawture
- Install all the dependencies with
npm install - login to your database to create tables and seed the schema
- cd into server and run
npm run dev - Cd into client and start with
npm start




