From dea8dbd0dc12b99eff244cd9e05218030b8f243d Mon Sep 17 00:00:00 2001 From: europanite Date: Sat, 18 Oct 2025 17:59:59 +0900 Subject: [PATCH] initial commit --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 5049c23..a60482b 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,6 @@ - **Frontend**: [Expo](https://expo.dev/) ([React Native](https://reactnative.dev/) + [TypeScript](https://www.typescriptlang.org/)) - Runs on **Web, Android, and iOS** with a single codebase -- **Backend**: [FastAPI](https://fastapi.tiangolo.com/) (Python) -- **Database**: [PostgreSQL](https://www.postgresql.org/) - **Container**: [Docker Compose](https://docs.docker.com/compose/) for consistent development setup ---