Skip to content

Repository for a Simple Shopping Store system's back-end, designed for a Internet engineering course. Features user authentication, product management, and Docker setup, serving as an educational example for system design in finance applications.

License

Notifications You must be signed in to change notification settings

Pouryazv/IE_Course_SimpleClotheStoreSys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Clothing Store System

Overview

This repository hosts the back-end for a simple clothing store system. It is designed as an educational project to demonstrate key aspects of backend development, database integration, and API design.

Endpoints

  1. User Authentication:

    • /signup: User registration.
    • /login: User login.
  2. Clothing Product Management:

    • /add-clothes: Add new clothing products.
    • /get-clothes/{id}: Retrieve specific clothing product details.
    • /edit-clothes/{id}: Edit details of a specific product.
    • /delete-clothes/{id}: Delete a specific product.
    • /delete-all-clothes: Remove all products from the store.
    • /get-final-price/{id}: Calculate final price after discounts.

About

Repository for a Simple Shopping Store system's back-end, designed for a Internet engineering course. Features user authentication, product management, and Docker setup, serving as an educational example for system design in finance applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published