fastapi-template
template This project is an extension to the repo https://github.com/tiangolo/full-stack-fastapi-postgresql , made by the creator of FastAPI (https://fastapi.tiangolo.com/). This project encorporates parts of the project formed its cookiecutter project, which are important, and pertaining to creating a highly integrable backend service in Python. It excludes the unimportant services from the main project. Backend Requirements Docker. Docker Compose. Poetry for Python package and environment management. Backend local development Start the stack with Docker Compose: docker-compose up -d Now you can open your browser and interact with these URLs: Backend, JSON based web API based on OpenAPI: http://localhost:8000/api/...