Skip to content

Clean architecture ultimate flask skeleton. Ready to deploy projects.

Notifications You must be signed in to change notification settings

juniozguedes/fastapi_clean_arch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pytest

Pytest with logs:

 pytest -s -v

Linter checking

To check pre-commit status:

 pre-commit run --all-files

Freezing requirements with venv

Might change depending on the OS, but find the pip inside venv folder:

 .\venv\Scripts\pip3 freeze > requirements.txt

First time you create a project from scratch considerations

Generate pylintrc:

pylint --generate-rcfile | out-file -encoding utf8 .pylintrc

after configurating the .pre-commit-config.yaml

pre-commit install

About

Clean architecture ultimate flask skeleton. Ready to deploy projects.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published