Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidjnevin/vocab_teacher
The app will provide a spaced repition learning interface for the user, a highly automated card generation feature for the administrator.
https://github.com/davidjnevin/vocab_teacher
docker fastapi logging postgres python react sqlite
Last synced: 20 days ago
JSON representation
The app will provide a spaced repition learning interface for the user, a highly automated card generation feature for the administrator.
- Host: GitHub
- URL: https://github.com/davidjnevin/vocab_teacher
- Owner: davidjnevin
- Created: 2024-09-13T13:40:21.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-14T13:10:27.000Z (2 months ago)
- Last Synced: 2024-10-16T12:19:11.403Z (about 1 month ago)
- Topics: docker, fastapi, logging, postgres, python, react, sqlite
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vocab Teacher
A work in progress.
## DDD spaced repition vocabulary application.
The app will provide a spaced repition learning interface for the user, a highly automated card generation feature for the administrator.
It will require login and have Stripe payment method.## Technologies:
Using Python, Fastapi, Sqlite/Postgres with React Frontend, all dockerized and with logging (maybe Sentry).
Production to be run it in kubernetes as a practice exercise.
(Hosting on Linode.)
CI/CD with Jenkins.