A Spring Boot application for managing luxury cars.
- Manage cars, owners, and dealers.
- RESTful API endpoints.
- Docker and Kubernetes support.
mvn clean package
java -jar target/supercars-1.0.0.jar
docker build -t supercars .
docker-compose up
Deploy using the manifests in the k8s
folder.