full-stack-fastapi-template
full-stack-fastapi-template copied to clipboard
fix poetry download path in docker file, python version upgrade to 3.10 and update to the config.py
The use of lru_cache to cahe the settings this helps to improve performance of accessing app variables The poetry download path in the backend.docker file is obsolete and therefore was updated The python version was also updated to 3.10 to be compatible with the new poetry version The config.py file was updated to reflect the updated dependencies for the project.