remove nginx, serve ui from api itself

This commit is contained in:
pratik
2025-10-15 14:22:44 -05:00
parent c5b85126c0
commit b8cabbe0c8
7 changed files with 91 additions and 45 deletions

View File

@@ -86,8 +86,7 @@ echo "========================================="
echo "Complete Stack is running! 🚀"
echo "========================================="
echo ""
echo "Frontend: http://localhost:4200"
echo "API: http://localhost:8000"
echo "Application: http://localhost:8000"
echo "API Docs: http://localhost:8000/docs"
echo "MinIO Console: http://localhost:9001"
echo " Username: minioadmin"
@@ -125,5 +124,5 @@ fi
echo "========================================="
echo "Setup complete! 🚀"
echo "Open http://localhost:4200 in your browser"
echo "Open http://localhost:8000 in your browser"
echo "========================================="