ShoeShop

screenshot of ShoeShop

Overview

The analyzed content is a brief description of a project with the title "Shoeshop". The content mentions that the project can be run using the command npm run dev and accessed locally at http://localhost:3000/. Additionally, it states that the project can be run concurrently with shoeshop-backend, which can be accessed locally at http://localhost:8080/. The content also provides a link to the deployed web version of the shoeshop project at https://shoe-shop-smoky.vercel.app/.

Features

  • Customer
    • Sign up / Sign in / Sign out
    • View detail product's information, profile, cart
    • Edit, delete product in cart
    • Update avatar
    • Add product to cart
  • Admin
    • Sign in / Sign out
    • CRUD users, products

Summary

The analyzed content provides an overview of the Shoeshop project, highlighting its key features and installation guide. It mentions features for both customers and administrators, including sign up/in/out, product information, cart management, avatar updates, and CRUD operations for users and products. The content also provides instructions on how to run the project locally and a link to the deployed web version.