Skip to content

JYC11/fastapi-template

Repository files navigation

FastAPI Template

  • 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

TODO: docker documentation

TODO: local setup documentation

python -m venv venv
source venv/bin/activate
deactivate

DOING

  • TESTS TESTS TESTS

TODO

  1. IAM features(Authorization)
  2. Docker and docker compose fixing/testing
  3. Background scheduler testing
  4. Change primary key type?
  5. Documentation

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages