Bootstrap page and endpoint #1
Labels
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
laurent/trakk#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Context
When running the application for the first time, the
userstable is empty: there is no users in the database.Self-hosted applications have a multitude of ways to create the initial data needed for the usage of the application. However, the most user-friendly is to have a bootstrap page (and endpoint, for automation?).
Requirements