happenings
1.0.0
Happeningsは、成果のタイムラインを作成および紹介するためのオープンソースアプリケーションです。
Happeningsは、あなたの旅を文書化するというアイデアで週末に構築されました。タイムラインを作成し、自分自身にプライベートに保つか、パブリック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とパブリックアノンキーを追加します(参照してください.ENV.Sampleファイル)npm startからアプリを開始しますお気軽に不一致に加わり、物事を明確にしてください。