https://github.com/andreihirlav/order-management
Order management app for processing client orders for a warehouse, designed with the layered architecture pattern.
https://github.com/andreihirlav/order-management
java sql sql-server
Last synced: 9 months ago
JSON representation
Order management app for processing client orders for a warehouse, designed with the layered architecture pattern.
- Host: GitHub
- URL: https://github.com/andreihirlav/order-management
- Owner: AndreiHirlav
- Created: 2024-08-09T10:44:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T17:01:44.000Z (over 1 year ago)
- Last Synced: 2024-10-19T10:19:31.581Z (over 1 year ago)
- Topics: java, sql, sql-server
- Language: Java
- Homepage:
- Size: 371 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Orders Management application for processing client orders, designed according to the layered architecture pattern.
Relational databases were used to store the products, clients and the orders.