Projects
"Projects" serve as the primary container in our accelerator platform, encompassing organizations, objects, users, and more. Creation of projects is limited to root users, and each project includes dedicated data stores and scripts. Projects empower users to efficiently manage resources and develop customized backend services based on their unique requirements.
Project Data Model
_id
String
System-generated unique identifier assigned to each project.
_createdAt
Date
Automatically generated timestamp indicating the date and time when the project was created.
_createdBy
String
System-generated identifier that signifies the user or entity responsible for creating the project.
_modifiedAt
Date
Automatically generated timestamp that denotes the date and time when a project was modified.
_modifiedBy
String
System-generated field that indicates the user who modified.
name
String
Represents the name of an project within the system.
slug
String
User-defined, URL-friendly identifier for the project.
templateId
String
Field in the project that allows users to select from a predefined templates or choose a blank template for setting up.
region
String
Store the timezone or geographical region associated with the project.
rootUserId
String
Store the information of the root user associated with the project.
objectConnectionStrings
String
Store the information to about the database where the objects related data can be stored.
authConnectionStrings
String
Store the information to about the database where the auth related data can be stored.
Example Project
Last updated