MattKleinsmith / ducksy

Full-stack clone of Etsy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ducksy

Ducksy is a web application clone of Etsy, which provides an online marketplace for handmade items.

Live demo: https://ducksy.herokuapp.com/

It was built using this stack:

Frontend

React Redux

Backend

SQLAlchemy Flask
Postgres Python
Heroku AWS

Features

The most common user flow is this:

A user lands on the homepage, uses the search bar, sees a list of products, inspects a product, adds it to their cart, registers for an account, purchases the product, and eventually leaves a review.

The following are screenshots of this user flow:

A user lands on the homepage

Uses the search bar and sees a list of products

Inspects a product

Adds it to their cart

Registers for an account

Purchases the product

Eventually, leaves a review

(back to top)

Roadmap

  • Refactor database schemas
  • Decompose big React components into a hierarchy of small components
  • Add the nice-to-have features

(back to top)

Getting started

  1. Start the backend server: From a terminal within the project directory, run:

    sh ./setup.sh
  2. Start the frontend server: From a second terminal within the react-app directory, run:

    npm start
  3. Experience the app: From a browser, go to:

    http://localhost:3000

(back to top)

Contact

This was a group project completed by Jade Tran, Huishi An, and Matt Kleinsmith.

Jade Tran: https://www.linkedin.com/in/jadetran603/

Huishi An: https://www.linkedin.com/in/huishi-an-8397311b1/

Matt Kleinsmith: https://www.linkedin.com/in/matthewkleinsmith/

(back to top)

About

Full-stack clone of Etsy


Languages

Language:Python 86.8%Language:CSS 11.0%Language:Dockerfile 0.9%Language:JavaScript 0.5%Language:HTML 0.4%Language:Shell 0.2%Language:Mako 0.2%