Skip to content

SulaRanawake/inventory_system-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Inventory Management System (Spring Boot + MySQL + JWT)

Overview

This is a simple inventory management system with the following features implemented so far:

  • User management (CRUD)
  • Product management (CRUD)
  • Inventory tracking
  • Audit logging (create, update, delete, login, logout)
  • Authentication using JWT
  • Password hashing with BCrypt
  • DTOs for API requests/responses

Technologies used:

  • Spring Boot
  • Spring Security
  • Spring Data JPA
  • MySQL (Hosted on AWS RDS)
  • Lombok
  • JWT
  • Postman (for API testing)

How to Test

Import Postman Collection: Postman Collection – Inventory System

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors