Now there is no way to manage users and snippets. All operations are performed through working with the database
Proposed solution
Create a simple admin panel interface. Don't use SPA (React), try pug templates. The section should be located on the path /admin and contain two pages /admin/users, /admin/snippets with the output of these sections. For users add a new column-flag whether the user is an administrator or not
Problem description
Now there is no way to manage users and snippets. All operations are performed through working with the database
Proposed solution
Create a simple admin panel interface. Don't use SPA (React), try pug templates. The section should be located on the path
/admin
and contain two pages/admin/users
,/admin/snippets
with the output of these sections. For users add a new column-flag whether the user is an administrator or not