https://github.com/pacjo/spring-product-management
https://github.com/pacjo/spring-product-management
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pacjo/spring-product-management
- Owner: pacjo
- Created: 2026-04-17T07:32:40.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-17T07:58:43.000Z (2 months ago)
- Last Synced: 2026-04-17T09:41:13.391Z (2 months ago)
- Language: Java
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Support Java Developer - Technical Assessment Task
## Running
1. Open project in IDE of choice (tested here with Idea 2026.1 and 21.0.9+7-nixos Java runtime)
2. Start project:
- either through IDE
- or terminal:
```bash
mvn spring-boot:run
```
3. API will be accessible at `http://localhost:8888/api/v1`
## Notes:
- classic project structure is used with clear separation of concerns
- custom exceptions were introduced to make errors more understandable
- openapi spec is available [here](./openapi.yaml)