Fundamentals
Fundamental VIKTOR concepts explained:
- Recommended structure of your app's code folder
- Using the requirements file to use Python packages in your app
- The viktor.config.toml file to define app settings
- The app file contains all app logic, including the definition of entity types and initial entities
- Specifying an entity type's controller class
- Building a user interface for your app using the parametrization class
- Presenting data in multiple ways using views
- VIKTOR's call flow explained
- Understanding the difference between an entity and an entity type
- How to use file paths in your app code