Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
solufa committed Jul 24, 2024
1 parent e4b647c commit 50cf59e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# C A T A P U L T

aspida と frourio を用いた TypeScript フレームワーク
aspida と frourio を用いた TypeScript フルスタックテンプレート

- Frontend: Next.js
- Backend: Fastify
Expand Down Expand Up @@ -69,22 +69,11 @@ Web ブラウザで http://localhost:3000 を開く

閉じるときは `Ctrl + C` を 2 回連続で入力

#### MinIO Console

http://localhost:9001

#### PostgreSQL UI

```sh
$ cd server
$ npx prisma studio
```

#### SMTPサーバー
### ローカルでのアカウント作成方法

2501 番ポートの Inbucket が SMTP サーバーのスタブを提供している
Docker の Inbucket に仮想メールが届くため任意のメールアドレスでアカウント作成可能

ローカル開発時にアカウントを作成すると http://localhost:2501 のヘッダー中央の「Recent Mailboxes」に検証コードの仮想メールが届く
検証コード含めて開発時のメールは全て http://localhost:2501 のヘッダー中央の「Recent Mailboxes」に届く

## デプロイ

Expand Down Expand Up @@ -123,3 +112,14 @@ S3_REGION=
S3_SECRET_KEY=
PORT= # optional
```

#### MinIO Console

http://localhost:9001

#### PostgreSQL UI

```sh
$ cd server
$ npx prisma studio
```

0 comments on commit 50cf59e

Please sign in to comment.