This project is aimed to learn and practice Jave with Spring Boot Framework:
Creating a back-end for a E-commerce Store:
User Logic :
- Register an account
- Login to your account
- Receive an email with token to verify your account
- Generating a JWT token and acces to protected routes.
CRUD :
Product/shop logic :
-
Add a product
-
Add category
-
Add inventory
-
Add order
-
Summarize ordered product * ordered quantities.
// TODO : Write entire README.