Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 858 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 858 Bytes

eCommerce Backend API

This backend API is designed for an eCommerce application using Spring Boot. It provides endpoints for handling user authentication, managing categories, products, reviews, and tags.

Features

  • User Authentication and Authorization: Secure login and token-based session management.
  • Category Management: CRUD operations for product categories.
  • Product Management: Full lifecycle management for products.
  • Review Management: Handling customer reviews for products.
  • Tag Management: CRUD operations for product tags.

Technologies

  • Spring Boot: For building the REST API.
  • Spring Security: For authentication and authorization.
  • Spring Data JPA: For database interactions.
  • MYSQL Workbench: For handling CRUD data and auth data.
  • Maven: For dependency management and builds.