🧱 Creating an Entity
Define your domain model step-by-step with our intuitive entity builder.
🚀 Quick Start
-
Log in to www.oohm.io
-
Go to Add Entity
-
Define your entity’s attributes
Each attribute requires the following:
- 🏷️ Name
- 🔠 Type
- 🔗 Relation
- ✅ Validator
- 💬 Value
ℹ️ Tips & Guidelines
- Type must be a valid Java primitive or an existing entity type within the same microservice.
- Validator depends on the selected framework (currently: Spring Boot).
- If a validator expects a value, specify it in the Value field.
📘 Need help with best practices? Reach out at contact@oohm.io