Fastapi-clean-architecture template for projects
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
55
commits
Silence the watchfies INFO logs from uvicorn --reload in logging_config.py
8e2fbecView on GitHubSet up logging to file in logs/ folder and console in logging_config.py
9fb9731View on GitHubRefactor: logging to logging_config.py and initialize in main.py
9deae55View on GitHubAdd proper doc strings for tests in test_hero_repository
b9429a0View on GitHubAdd integration test for HeroRepository delete() in test_hero_repository using pytest
0f2c6b8View on GitHubAdd integration test for HeroRepository update() in test_hero_repository using pytest
3ef876eView on GitHubAdd integration test for HeroRepository read_one() in test_hero_repository using pytest
b78e26bView on GitHubAdd integration test for HeroRepository read_many() in test_hero_repository using pytest
2689f8dView on GitHubAdd integration test for HeroRepository create() in test_hero_repository using pytest
278ef78View on GitHubAdd test for HeroService delete() in test_hero_service
e21d533View on GitHubAdd test for HeroService update() in test_hero_service
c93f48dView on GitHubAdd test for HeroService.read_many() in test_hero_service.py
4cc2088View on GitHub