Just starting out? Give us 3 minutes and 44 seconds to introduce you to X2O.
Step-by-step: What a typical X2O-driven development process feels like.
1. Create a new project.
2. Data model your application.
|
Click on the Data Model tab in your project to start data modeling. Data modeling with X2O is similar but more elegant than UML or traditional database modeling. You don't need to be a database expert and there's no cryptic setup. Create entities, attributes, and relationships. For a recipe application, create entities like Recipes, Styles, and Ingredients. A recipe has attributes like a name, description, serving size, and image. Recipes have one related style and many ingredients. You can also quickly add sort orders, filters, and a host of other options that enable X2O to create the kinds of methods and functionality you need to build your application. Your data model becomes the centerpiece for how X2O generates your application's remote server-side infrastructure. |
|
3. Customize with advanced features.
4. Generate your code & tools.
5. Drop your code into your environment. No configuration.
6. Build your application entirely on the client-side.
7. Tweak, modify, re-generate.
|
Throughout the course of your development, you'll likely tweak and modify your data model. X2O lets you be this agile. Go back to your X2O account and tweak as necessary. Change your data model. Add new entities, attributes and relationships. Create or modify your custom methods. Re-generate and download your updated code and keep developing where you left off. |
8. Deploy your application.
|
Deploying your app couldn't be any simpler. Because all your data services are hosted remotely, you can deploy your application anywhere on the Web! |

