Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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'`