https://github.com/axelfrache/stock-pilot
StockPilot simplifies inventory and order management for businesses. This Spring Boot application enhances product and client oversight with a sleek interface.
https://github.com/axelfrache/stock-pilot
java javascript spring spring-boot thymeleaf
Last synced: 3 months ago
JSON representation
StockPilot simplifies inventory and order management for businesses. This Spring Boot application enhances product and client oversight with a sleek interface.
- Host: GitHub
- URL: https://github.com/axelfrache/stock-pilot
- Owner: axelfrache
- Created: 2024-04-08T21:07:00.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T00:23:59.000Z (about 2 years ago)
- Last Synced: 2026-01-02T23:13:38.209Z (6 months ago)
- Topics: java, javascript, spring, spring-boot, thymeleaf
- Language: Java
- Homepage:
- Size: 315 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stock Pilot - Product Inventory Management
Welcome to the repository for StockMaster, a sophisticated web application for managing product inventories. StockMaster offers an intuitive interface for managing products, categories, orders, and clients.
## Features
Stock Pilot includes the following features:
- **Product Management**: Add, edit, delete, and view products.
- **Category Management**: Organize your products into customizable categories.
- **Order Management**: Track client orders from creation to delivery.
- **Client Management**: Manage client information and their order history.
## Technology
Stock Pilot is developed with:
- Spring Boot
- Thymeleaf
- Bootstrap for responsive design
- H2 Database for data storage
## Quick Start
To get started with StockMaster, follow these steps:
1. **Clone the repository:**
```bash
git clone https://github.com/axelfrache/SimpleProductManager.git
```
2. **Run the application:**
```bash
cd SimpleProductManager
mvn spring-boot:run
```
The application should now be accessible at http://localhost:8080.
## Contributing
We welcome contributions! If you'd like to contribute, please fork the repository, make your changes, and submit a Pull Request.
