Skip to content

A sample task list application that utilizes the Connect library.

License

Notifications You must be signed in to change notification settings

7oh2020/connect-tasklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

connect-tasklist

これは Connect を利用したタスクリストのサンプルアプリです。

  • バックエンド: connect-go(Go 言語)
  • フロントエンド: connect-query(TypeScript)

起動方法

最初に API サーバーを起動する必要があります。 backend ディレクトリへ移動し VS Code の devcontainer でプロジェクトを開始またはdocker-compose upでコンテナを起動します。 その後ターミナルで以下のコマンドを実行するとサーバーが起動します。

make

次に frontend ディレクトリへ移動します。 別のターミナルで以下のコマンドを実行すると Vite の開発サーバーが起動します。

pnpm install
pnpm dev

WEB ブラウザからlocalhost:5173にアクセスします。 データベースにはテストユーザーが登録済みなので「test@example.com / pass」でログインできます。 ログインに成功するとタスク一覧ページが表示されます。