-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathllms.txt
More file actions
30 lines (19 loc) · 1.07 KB
/
llms.txt
File metadata and controls
30 lines (19 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Mifos Self Service Plugin
This repository contains the Spring Boot plugin for Apache Fineract that provides self-service banking capabilities to end users.
## Quick Start
This is a plugin that extends Apache Fineract with self-service features. Users can manage their accounts, view transactions, and perform banking operations independently.
## Documentation
- [AGENTS.md](./AGENTS.md) - Comprehensive development guide for AI agents and developers
- [skills.md](./skills.md) - Java/Spring Boot coding patterns and backend guidelines
- [README.md](./README.md) - Installation and usage instructions
- [TODO.md](./TODO.md) - Development roadmap and known issues
## Key Features
- Self-service user registration and authentication
- Savings and loan account management
- Product browsing and discovery
- Secure multi-tenant operations
- RESTful API endpoints
## Architecture
Built with Spring Boot 3 and Java 21, integrating seamlessly with Apache Fineract 1.15.0-SNAPSHOT.
## Getting Help
See [AGENTS.md](./AGENTS.md) for detailed development guidance and architectural information.