summaryrefslogtreecommitdiff
path: root/model
AgeCommit message (Collapse)Author
2024-01-08Implement recipe pagexengineering
2023-12-27Implement index page with recipe overviewxengineering
2023-12-27model: Inject test data into databasexengineering
This is useful for debugging and testing.
2023-12-27model: Add initial SQL migrationxengineering
This provides the basic table structure to the database.
2023-12-27model: Implement database connectionxengineering
The already implemented storage folder should contain a sqlite database to store most parts of the Ceres user data.
2023-12-27model: Implement temporary storage directoryxengineering
This temporary directory is provided to store the user data for the Ceres recipe server during development and testing.