# README
This API provides a programmatic interface for managing a clothing inventory stored in a MySQL database. It allows authorized users to perform CRUD (Create, Read, Update, Delete) operations on clothing items.
This website utilizes HTMX, a lightweight Javascript framework, to provide an interactive and user-friendly experience for developers exploring the Inventory Management API.
Key Features:
Interactive API Calls: Users can directly interact with API endpoints through forms and buttons, receiving real-time responses without full page reloads. CRUD Operations Showcase: The website demonstrates each CRUD operation (Create, Read, Update, Delete) using examples that make it easier for developers to understand API usage. Authentication Flow: Login and signup functionalities showcase the session-based authentication system, providing a clear understanding of user access and authorization.