File size: 710 Bytes
629b3ac
 
 
 
 
 
 
 
 
 
eac929d
 
 
 
 
30b5747
eac929d
 
5fd0892
eac929d
 
 
 
629b3ac
 
 
 
 
30b5747
 
 
5fd0892
30b5747
 
5fd0892
 
 
 
 
 
 
eac929d
 
 
 
 
 
5fd0892
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
title: Digiwild
emoji: 🏢
colorFrom: purple
colorTo: green
sdk: docker
pinned: false
short_description: Digiwild
---

# digiwild

## Docker

```
docker build -t ordes/digiwild . 
```


```
docker run -it -p 7860:7860 ordes/digiwild:swallow
```

```
cd /digiwild/app
python3 main.py
```

### How to develop on docker

```
docker run -it -p 7860:3333 -v $(pwd):/home/user/digiwild/
```

## TODO

- [ ] Use in memory object instead of files to avoid writting / reading problems.
- [ ] Connection to a database? Maybe an open MongoDB
- [ ] GPS Compatibility
- [ ] New fields suggested

## Needs

- Camera with multiples pictures?
- Uploading of pics
- GPS location
- Comments
- Symptomps selection (Dropdown)