add todos

This commit is contained in:
oni@bor 2026-01-15 00:21:05 +01:00
parent 6ab5c19de8
commit 9c23d0422e

View File

@ -4,11 +4,13 @@
- [ ] translation module - [ ] translation module
- [ ] https://flask.palletsprojects.com/en/stable/tutorial/tests/ - [ ] https://flask.palletsprojects.com/en/stable/tutorial/tests/
- [x] return a translation of a word - [x] return a translation of a word
- [ ] use json file as database - [x] use json file as database
- [ ] define api - [ ] define api
- [ ] from - [ ] from
- [ ] to - [ ] to
- [ ] word - [ ] word
- [ ] mount database instead of copying
- [ ] create docker compose file
## v0.0.2 ## v0.0.2
- [ ] use database sqlite? mongodb? - [ ] use database sqlite? mongodb?