https://github.com/jordanrad/onyx-order-service
Order management system
https://github.com/jordanrad/onyx-order-service
java spring-boot
Last synced: 5 months ago
JSON representation
Order management system
- Host: GitHub
- URL: https://github.com/jordanrad/onyx-order-service
- Owner: JordanRad
- Created: 2021-05-06T19:31:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-11-13T19:23:08.000Z (over 4 years ago)
- Last Synced: 2023-04-27T20:29:22.328Z (about 3 years ago)
- Topics: java, spring-boot
- Language: Java
- Homepage:
- Size: 698 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Order Service
Limpo order service is a standalone web-based order service for a cleaning company startup.
## Business Case
Software product for a cleaning company startup which aims to automate some business processes. In particular, this software will handle the order process and the respective subprocesses which includes:
- Place an order from admin
- Place an order from the web shop of the company
- Modify and keep track of orders' status
- Cancel orders
- Reporting completed orders
## Project Strcuture
This project has 2 main repositories:
- *Limpo Admin Panel* - where you can find the client application [link to admin](https://github.com/JordanRad/limpo-admin.git)
- *Limpo Order Service* - where you can find the API (this repository)
## API Schema
## API Development Stack
- Java Spring-boot
- Gradle
- H2 file database