happenings
1.0.0
事件是一个开源应用程序,可以创建和展示您的成就时间表。
事件是在一个周末建造的,并想到了您的旅程。您可以创建一个时间表,要么将其保密或为您创建公共URL以展示您的成就 /旅程。

create table user_config (
id bigint not null primary key,
created_at timestamp default now(),
user_id uuid default uuid_generate_v4(),
url character not null,
is_public boolean not null,
display_name character not null
);
create table timeline (
event_id bigint not null primary key,
created_at timestamp default now(),
user_id uuid default uuid_generate_v4(),
title character,
description text,
date date default now(),
image_url text
);
event-images的新公共存储桶.env ,然后将项目URL和公共anon密钥添加到此文件(请参阅.env.sample文件)npm start开始您的应用请随时加入Discord并澄清一切。