This commit is contained in:
2026-01-06 11:08:59 +01:00
parent 6950455bbf
commit 24385839c4
5 changed files with 406 additions and 104 deletions
+4 -4
View File
@@ -45,7 +45,7 @@ dev:
run:
@echo "Starting MyWebdav application..."
@echo "Access the application at http://localhost:8000"
@echo "Access the application at http://localhost:9004"
$(PYTHON) -m mywebdav.main
test:
@@ -147,9 +147,9 @@ setup: setup-env install dev init-db
@echo "Next steps:"
@echo " 1. Update .env with your configuration (especially Stripe keys)"
@echo " 2. Run 'make run' or 'make all' to start the application"
@echo " 3. Access the application at http://localhost:8000"
@echo " 3. Access the application at http://localhost:9004"
docs:
@echo "Generating API documentation..."
@echo "API documentation available at http://localhost:8000/docs when running"
@echo "ReDoc available at http://localhost:8000/redoc when running"
@echo "API documentation available at http://localhost:9004/docs when running"
@echo "ReDoc available at http://localhost:9004/redoc when running"