We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8b1087 commit 5caf2e1Copy full SHA for 5caf2e1
README.md
@@ -13,8 +13,9 @@
13
14
| タイプ | ステータス |
15
| --- | --- |
16
-| ページ公開 | 公開中 |
17
-| 開発 | バックエンドの主要機能は開発済み。今後はReactによるフロント開発 + バックエンドAPI開発へ |
+| Webサイト | 公開中(SPA版⏩https://othello.ebinas.dev 、Laravel版⏩https://ddd-othello.ebinas.dev) |
+| バックエンド開発 | 主要なドメイン層の機能は開発済み。TODO: ドメイン層の継続的なリファクタリングとプレゼンテーション層の開発 |
18
+| フロントエンド開発|Reactにて開発中。リポジトリはこちらhttps://github.com/ebinase/othello-frontend|
19
20
21
## :wrench: 技術要件
@@ -85,11 +86,11 @@ $ ./vendor/bin/sail stop
85
86
87
## :books: 技術等(予定)
88
### バックエンド
-* PHP + Laravel
89
+* PHP/Laravel
90
91
### フロントエンド
92
* TypeScript
-* React.js or Vue.js
93
+* React.js
94
95
### インフラ
96
* AWS
0 commit comments