- EC Site Using SpringBoot Goal : Build a commerce server that mediates between sellers and buyers.
Language : Java
DBMS : MySQL, Redis
Java Version : Java 11
IDE : Intellij IDEA 2023.3.2 (Ultimate Edition)
Test Program : Intellij .http
etc : Logback, Swagger(API document)
- Sign up for membership through the verification link via email
- Join the membership
- Authentication (E-mail)
- Issuance of login tokens
- Check control through login token (simplified using JWT, Filter)
- Deposit Management
- Join the membership
- Product registration, modification
- Delete product
- Redis Integration for Shopping Cart
- Product search & detail page
- Add item to cart
- Check cart
- Order
- Send order details by email

