/A comprehensive inventory management system built to streamline retail operations such as documentation, stock management and purchase order building. Designed for ease of use by small to medium-sized retail businesses. /
//Features
Product management (Add, edit, delete items)
Stock monitoring and alerts
User authentication
Transaction recording (sales, purchases)
User interface
//Tech Stack
Frontend: Java
Backend: Java
Database: MySQL
Others: Swing (UI styling), JQuery
//Installation
- Clone the repository.
git clone https://github.com/jaustrylle/Retail-Inventory-System.git cd Retail-Inventory-System
- Set up the environment.
Install XAMPP or a LAMP/WAMP stack.
Place the project folder in the htdocs directory.
Create a new MySQL database (e.g., inventory_db).
- Import the SQL schema.
Locate the database.sql file (include the path if different).
Import it using phpMyAdmin or the MySQL CLI.
- Configure the database connection.
Update database credentials in config/database.php or .env (if using Laravel).
- Run the application.
Open http://localhost/Retail-Inventory-System in your browser.
//Project Structure
Retail-Inventory-System/
├── assets/ ├── config/ ├── pages/ ├── includes/ ├── index.php ├── database.sql └── README.md
//Roadmap
Basic inventory CRUD operations
User roles with differing levels of access
Generate UIDs
Barcode scanning integration
Responsive design for mobile
//License
This project was created for educational purposes.

