Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lwitkowski/cafe
Cafe - domain modeling exercise
https://github.com/lwitkowski/cafe
Last synced: about 1 month ago
JSON representation
Cafe - domain modeling exercise
- Host: GitHub
- URL: https://github.com/lwitkowski/cafe
- Owner: lwitkowski
- Created: 2023-02-09T10:07:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-09T13:21:07.000Z (almost 2 years ago)
- Last Synced: 2024-11-07T08:23:34.116Z (3 months ago)
- Language: Java
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cafe
Order anything you want. Anything at all.
# Development
## Prerequisites
- Java 17 SDK
## CLI
- `./mvnw verify` - runs all tests
- `./mvnw clean compiler:compile compiler:testCompile spotbugs:check` - run static code analysis
- `./run"` - compiles and runs the app with sample order input
- `./mvnw package -DskipTests && java -jar target/cafe.jar 'large coffee with extra milk, orange juice, small coffee with special roast, bacon roll'`