add frontend template + GET /users/{userRef} route

This commit is contained in:
Sam 2022-05-04 16:27:16 +02:00
parent 5a75f99720
commit 580449440a
28 changed files with 1393 additions and 12 deletions

View file

@ -12,7 +12,8 @@ create table users (
avatar_url text,
links text[],
discord text -- for Discord oauth
discord text unique, -- for Discord oauth
discord_username text
);
create table user_fields (