Skip to content

avacadok/departure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DEPAWTURE

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.

FINAL PRODUCT

Main Page

"main page"

Products

"product display"

Product details

"product detail"

Login

"Login"

Sign up

"Sign up"

Core features

  • Check all the Depawture products
  • Click on the products and see the detail information of specific product
  • Sign up and login to their account

Additional features that would like to implement

  • Add and remove products to cart
  • Checkout items with Stripe
  • Login and Sign up validation with proper error message

Getting Started

This application requires two terminals, so please open up two terminal windows. In order to get started, please clone this repo.

  1. Clone the repo
  2. Create your own .env file, you can use the following information
  • PGHOST=localhost
  • PGPORT=5432
  • PGUSER=username
  • PGPASSWORD=password
  • PGDATABASE=depawture
  1. Install all the dependencies with npm install
  2. login to your database to create tables and seed the schema
  3. cd into server and run npm run dev
  4. Cd into client and start with npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published