Admin page is currently not secured with a username/password.
Implement a basic authentication process (with JWT).
That would be useful for later as well if somebody wants to create an external admin page.
Idea for JWT: generate a GWT token at the first time when the database is initialized.
Important: DO NOT show this token even if all entries are listed.