fastapi server Instruction: start: fill app/core/config.py pip install -r requirements.txt uvicorn app.main:app --reload start with docker: fill app/core/config.py docker build --no-cache -t wd_api . docker-compose up -d