- A culmination of all my experince so far in backend development
- event driven architecture with custom messagebus
- simple dependency injection and inversion of control
- simple authentication with jwt
- testing with pytest
- background jobs with APScheduler
python -m venv venv
source venv/bin/activate
deactivate
- TESTS TESTS TESTS
- IAM features(Authorization)
- Docker and docker compose fixing/testing
- Background scheduler testing
- Change primary key type?
- Documentation