Giter Club home page Giter Club logo

etsy-group-project's Introduction

Qwerty

[Qwerty] (https://qwerty2022.herokuapp.com/), a full-stack application inspired by Etsy, is an e-commerce platform for keyboard enthusiasts to buy and sell mechanical keyboard components.

Live Link

[Qwerty] (https://qwerty2022.herokuapp.com/)

Get Started

Prerequisites

  • NPM
  • A version of Node.js >= 14 on your local machine
  • Python 3.9
  • PostgreSQL
  • An AWS S3 bucket

Installation

  • Clone the repo: [email protected]:minuminukim/etsy-group-project.git

  • Install dependencies pipenv install --dev -r dev-requirements.txt && pipenv install -r requirements.txt

  • cd react-app and run npm install

  • Create a .env file based on the example with proper settings for your development environment

  • Setup a PostgreSQL database, user, and password and make sure they match your .env file.

  • Get into your pipenv, migrate your database, seed your database, and run your app

    pipenv shell
    flask db upgrade
    flask seed all
    flask run
  • Create your AWS user and bucket:

{
 "Version": "2012-10-17",
 "Statement": [
   {
     "Sid": "Stmt1420751757000",
     "Effect": "Allow",
     "Action": ["s3:*"],
     "Resource": "arn:aws:s3:::<NAME OF BUCKET>/*"
   }
 ]
}
  • Now update your .env with your S3_BUCKET, S3_KEY, S3_SECRET
  • Fire up your servers: flask run in root and npm start in react-app

Features

  • Product Listings
    • Users can create listings.
    • Users can edit listings.
    • Users can delete listings.
  • Reviews
    • Users can post reviews.
    • Users can edit their reviews.
    • Users can delete their own reviews.
  • Cart
    • Users can add products to their cart.
    • Users can edit products in their cart.
    • Users can remove products from their cart.
  • Search
    • Users can search for products via keywords.

Technologies

  • JavaScript
  • React
  • Redux
  • PostgreSQL
  • Python
  • AWS SDK

Features

Landing Page

Screen Shot 2022-02-13 at 8 34 43 PM

User Auth Sign in and Sign Up

Users can log into an existing account or sign up and create a new account. Users can also test the site with the Demo Login feature.

Screen Shot 2022-02-13 at 8 47 11 PM

Users can add a product listing via a form.

Screen Shot 2022-02-13 at 8 48 35 PM

Users can view a product Listing and add to Cart

Screen Shot 2022-02-13 at 8 50 01 PM

Shopping Cart

Users can create, view, edit, update, and delete items from Shopping Cart

Screen Shot 2022-02-13 at 8 52 13 PM

Users can purchase items in shopping Cart.

Screen Shot 2022-02-13 at 8 53 20 PM

Reviews

Logged in users can add a comment via the review form.

Screen Shot 2022-02-13 at 8 54 32 PM

Logged in users can delete or update their review.

Screen Shot 2022-02-13 at 8 58 09 PM

Search

Users can search for products using the Search feature.

Screen Shot 2022-02-13 at 8 59 34 PM

User can filter Search!

Screen Shot 2022-02-13 at 9 00 32 PM

etsy-group-project's People

Contributors

minuminukim avatar verduscos avatar scorrea310 avatar grantongrant avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.