GithubHelp home page GithubHelp logo

itsy's Introduction

Itsy

Screenshot 2023-09-04 at 3 53 53 PM

Itsy is a clone of Etsy, an online ecommerce website for sellers of all sizes. Users may create their own webstores, list products for sale, favorite products, leave reviews and more.

For more details of our current features, visit our wiki page:

Product Detail Page with Reviews

Screenshot 2023-09-04 at 4 54 24 PM

Shopping Cart Page

Screenshot 2023-09-04 at 4 56 35 PM

Favorites Page

Screenshot 2023-09-04 at 4 57 20 PM

Technologies Used

Frontend

  • Javascript, React, Redux, HTML, CSS

Backend

  • Python, Flask, SQLAlchemy

Features

While using Itys, users can:

  • Create an account and login, or sign in with a demo user.
  • View a landing page of sample products on the itsy website.
  • Create, read, update, and delete your own sample products.
  • Create, read, update, and delete reviews on products.
  • Add and delete to your favorites list.
  • Add and modify products in your shopping cart.
  • Search for products by name, category or description in the searchbar.

Endpoints

Request Purpose
GET / Navigate to the Itsy Homepage, and view our products and information
GET /products/<:id> View a product detail page, see the information related to that individual product.
GET /products/<:id>/reviews Query for reviews by product id
GET /favorites View all favorites by specific user, if not logged in, redirects to login page
GET /logout Logs out a user
GET /unauthorized Returns unauthorized JSON when flask-login authentication fails
GET /reviews/<:id> Query for reviews by id
GET /reviews Query for all reviews by user id
GET /shopping_cart/current Query for all shopping_cart_items and returns them in a list of shopping_cart dictionaries with the current user
POST /login Logs in Authenticated user
POST /signup Creates a new user and logs them in
POST /products/new Creates a new product by id
POST /products/update/<:id> Updates a product by id
POST /products/<:id>/shopping_cart Create a shopping cart item to the shopping cart from the product detail page
POST /products/<:id>/favorites Adds a product to your favorites
PUT /reviews/<:id> Post new review for product by product id
DELETE /products/delete/<:id> Deletes a product by id if you are the owner of the product
DELETE /products/<:id>/favorites Removes a product from your favorites
DELETE /reviews/<:id> Delete a review by review id
DELETE /shopping_cart/<:id> Clicking X remove an item in shopping cart, clicking Order Up clears product from shopping cart,

Future Goals

  • AWS Image integration for uploading photos of products
  • Chat feature, users can chat with product owners
  • Make Itsy mobile friendly
  • Multiple product images per product detail page

Contact Us

Aila Lu Juvenal Burguillos Sam Handelsman Erica Zimmerman
Github Github Github Github
LinkedIn LinkedIn LinkedIn LinkedIn

itsy's People

Contributors

aa-assessment-project-manager[bot] avatar ailalu avatar appbk avatar ez111640 avatar juvie3 avatar samhandels 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.