Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 2 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,9 @@

!["web_ui"](./assets/images/web_ui.png)

**full-stack development environment** using:
**Demo**
[Python Front](https://europanite.github.io/python_front/))

- **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
- **Container**: [Docker Compose](https://docs.docker.com/compose/) for consistent development setup

---

## Features

-
---

## 🚀 Getting Started
Expand All @@ -32,20 +24,6 @@ docker compose build
# Run the container
docker compose up
```

### 3. Visit the services:

---
### 4. Test:

```bash
docker compose \
-f docker-compose.test.yml run \
--rm \
--entrypoint /bin/sh service_test \
-lc ' pytest -q '
```

---

# License
Expand Down
Loading