π Pharmacy Management System β Spring Boot | JSP | MySQL This is a Pharmacy Management System built using Spring Boot, JSP, and MySQL. The project is designed to manage and streamline pharmacy operations, including medicine inventory, sales, billing, and user management.
π§ Technologies Used: Spring Boot (Java Backend Framework)
JSP (Frontend Views)
MySQL (Database)
Spring MVC & JPA/Hibernate for backend logic and persistence
β Features: Admin dashboard for managing medicines, categories, and users
Inventory tracking with low-stock alerts
Sales and billing system
User authentication and role-based access (Admin/Pharmacist)
Detailed transaction history
Clean and responsive JSP-based UI
ποΈ Database: MySQL is used for storing all records.
Tables include medicines, users, sales, categories, and more.
π Project Structure: src/main/java β Java backend logic
src/main/webapp β JSP files for the frontend
resources/application.properties β Configuration files
sql/pharmacy.sql β Sample database (if you have it, include this)