hormo studio
  • Getting Started
  • Introduction
    • How it works ?
    • Create Project
    • Playground
  • Models
    • Create model
    • Properties
    • Field types
    • UI Types
    • Options
    • Validations
    • Relations
    • Built-in User model
  • Database
    • Create Database
    • Connect to model
  • Restful API
    • Playground
    • Filters
    • Access Token
  • Dashboard
    • Usage
    • Manage users
    • Change Authentication
  • Monitoring
    • List of reports
    • Watch requests
  • Documentation
    • Export generated docs
  • Deployment
  • Licence
Powered by GitBook
On this page

Was this helpful?

Models

Models are main core technology that make a lot of restful API endpoints based on properties, options. All services like docs and admin dashboard generating based on your models informations.

PreviousPlaygroundNextCreate model

Last updated 2 years ago

Was this helpful?

Before start your project and creating your models you have to prepare your models with their properties, validations or relations. Then you can create your own models by our GUI environment easily with lots of options and configurations for API's or admin dashboard.

So lets try your first model to figure out how our models works.

Create model