base fastapi, discord.py && svelte project template. with <3 by yxzhin ^^
git clone https://github.com/yxzhin/baseProjectTemplate; cd baseProjectTemplateuv venv; uv sync.env.example to .env && edit the secrets with yoursuv run pre-commit installbaseProjectTemplate.code-profiledocker compose up -dscripts\run-server && go to http://localhost:8000/api/test to test itscripts\run-bot && use commands /ping && /api_test to test itscripts\run-client && go to http://localhost:5173/users to test ituv run pytest to run server && bot tests