This is an auto-generated microservice created by API Logic Server.
- Complete Admin Web App - Multi-table CRUD interface
- JSON:API REST Endpoints - All database tables exposed
- Business Logic Engine - Declarative rules system
- Security Framework - Authentication and authorization
- Swagger Documentation - Interactive API docs
# Run the complete system
python api_logic_server_run.py
# Access admin app
open http://localhost:5656
# View API documentation
open http://localhost:5656/apiThis is a working system - customize rather than recreate:
- Business Logic:
logic/declare_logic.py - API Endpoints:
api/customize_api.py - Security Rules:
security/declare_security.py - Admin UI Config:
ui/admin/admin.yaml
Generated by API Logic Server - Instant microservices from your database.