Skip to content

Commit b755e17

Browse files
authored
Merge pull request #11 from europanite/feature/develop
fix/repo
2 parents aa13542 + cb90b65 commit b755e17

1 file changed

Lines changed: 2 additions & 24 deletions

File tree

README.md

Lines changed: 2 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,9 @@
22

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

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

7-
- **Frontend**: [Expo](https://expo.dev/) ([React Native](https://reactnative.dev/) + [TypeScript](https://www.typescriptlang.org/))
8-
- Runs on **Web, Android, and iOS** with a single codebase
9-
- **Container**: [Docker Compose](https://docs.docker.com/compose/) for consistent development setup
10-
11-
---
12-
13-
## Features
14-
15-
-
168
---
179

1810
## 🚀 Getting Started
@@ -32,20 +24,6 @@ docker compose build
3224
# Run the container
3325
docker compose up
3426
```
35-
36-
### 3. Visit the services:
37-
38-
---
39-
### 4. Test:
40-
41-
```bash
42-
docker compose \
43-
-f docker-compose.test.yml run \
44-
--rm \
45-
--entrypoint /bin/sh service_test \
46-
-lc ' pytest -q '
47-
```
48-
4927
---
5028

5129
# License

0 commit comments

Comments
 (0)