Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1.19 KB

Readme.md

File metadata and controls

47 lines (29 loc) · 1.19 KB

hcode-intern-task-sachintha

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.

Getting Started

Clone the repository

git clone https://github.com/Sachinthafdo/hcode-intern-task-sachintha

Navigate to the root directory

cd hcode-intern-task-sachintha

Backend Setup

  1. Navigate to the backend directory:
cd Product-Inventory-Backend
  1. Follow the instructions in the backend README:

Product-Inventory-Backend README

Frontend Setup

  1. Navigate to the frontend directory:
cd Product-Inventory-frontend
  1. Follow the instructions in the frontend README:

Product-Inventory-frontend README

Technologies Used

  • Backend: Spring Boot
  • Frontend: React, Tailwind CSS
  • Database: MySQL