This is a simple product inventory management system using Spring Boot for the backend, MySQL for the database, React for the frontend, and Tailwind CSS for styling. The system allows users to create, read, update, and delete (CRUD) products through a user-friendly interface.
git clone https://github.com/Sachinthafdo/hcode-intern-task-sachintha
cd hcode-intern-task-sachintha
- Navigate to the backend directory:
cd Product-Inventory-Backend
- Follow the instructions in the backend README:
Product-Inventory-Backend README
- Navigate to the frontend directory:
cd Product-Inventory-frontend
- Follow the instructions in the frontend README:
Product-Inventory-frontend README
- Backend: Spring Boot
- Frontend: React, Tailwind CSS
- Database: MySQL