create, delete, patch user

This commit is contained in:
2026-08-14 13:24:55 +03:00
parent d3244666af
commit 33aa3cb7a4
5 changed files with 168 additions and 10 deletions
+3
View File
@@ -13,6 +13,9 @@ help:
##
## Init section
##
.PHONY: run
run: ## Run dev local application
${VENV} uvicorn main:app --host 0.0.0.0 --port 8000 --reload
.PHONY: run-dev
run-dev: ## Run dev application