26 lines
265 B
Markdown
26 lines
265 B
Markdown
# 📦 Project Name
|
|
|
|
Brief description of your project and what it does.
|
|
|
|
---
|
|
|
|
## 🛠 Features
|
|
|
|
- Feature 1
|
|
- Feature 2
|
|
- Feature 3
|
|
|
|
---
|
|
|
|
## 🚀 Getting Started
|
|
|
|
### Prerequisites
|
|
|
|
- Java 17+
|
|
- Maven 3.6+
|
|
- (Optional) Docker
|
|
|
|
### Build
|
|
|
|
```bash
|
|
mvn clean install
|