sevilayerkan / docker-helper

Makes using Docker easier
MIT License
3 stars 1 forks source link

epic: Code must be refactored #12

Open sevilayerkan opened 1 year ago

sevilayerkan commented 1 year ago

Before finishing phase 1 code needs to be refactored.

This refactor job includes:

sevilayerkan commented 1 year ago

For refactoring file structure task:

In the end file structure will look like that:

README.md LICENSE .gitignore .dockerignore setup.py requirements.txt main.py func.py docs/README.md docs/planning docs/thesis tests/test_basic.py tests/test_advanced.py

source 1: (https://docs.python-guide.org/writing/structure/) source 2: (https://realpython.com/python-application-layouts/) source 3: (https://towardsdatascience.com/the-good-way-to-structure-a-python-project-d914f27dfcc9) source 4: (https://github.com/csymvoul/python-structure-template) source 5: (https://medium.com/mlearning-ai/a-practical-guide-to-python-project-structure-and-packaging-90c7f7a04f95)

sevilayerkan commented 1 year ago

For flask: https://flask.palletsprojects.com/en/2.2.x/tutorial/layout/