Coding
PromptBeginner5 minmarkdown
Nano Banana Pro
Agent skill for nano-banana-pro
7
**Name:** bankaccount-travis
Sign in to like and favorite skills
Name: bankaccount-travis
Description: Bank Account Management System - Java Spring Boot application with Maven build, Travis CI integration, and comprehensive test automation. Demonstrates TDD and object-oriented design principles.
src/main/javasrc/test/javasrc/main/java/com/danielwildt/api/WildtechBank.java| Directory | Description |
|---|---|
| Main source code directory |
| REST API controllers and main application |
| Domain models (BankAccount) |
| Repository pattern implementation |
| Console application interface |
| Unit tests following same package structure |
| Maven project configuration |
| Ant build configuration (alternative) |
| Method | Endpoint | Description |
|---|---|---|
| GET | | Check account balance |
| POST | | Create account |
| POST | | Withdraw from account |
com.danielwildt.{module}