Skip to content

AndreGuerra123/fastapi-odmantic-realworld-example

 
 

Repository files navigation

RealWorld FastAPI + ODMantic App

Python: 3.11 pre-commit Code style: black mypy: checked Manager: poetry Tests

FastAPI + ODMantic codebase containing real world examples (CRUD, auth, advanced patterns, etc) that adheres to the RealWorld spec and API

Getting Started

🔨 Installation

💡 Useful scripts

  • Unit tests: docker-compose up unit-tests
  • Integration tests: docker-compose up integration-tests
  • Pre-commit setup: docker-compose up pre-commit

Coming Soon

  • Articles with details on every single step required to build this app
  • Add static code and complexity analysis (wily)
  • Live reloading
  • Unit Testing with coverage
  • Debug vscode
  • Deployment on AWS with MongoDB Atlas

About

FastAPI + ODMantic example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.6%
  • Dockerfile 0.4%