🚀 Complete Laca City Website with VPS Deployment

- Added complete Next.js frontend with responsive design
- Added NestJS backend with PostgreSQL and Redis
- Added comprehensive VPS deployment script (vps-deploy.sh)
- Added deployment guide and documentation
- Added all assets and static files
- Configured SSL, Nginx, PM2, and monitoring
- Ready for production deployment on any VPS
This commit is contained in:
2025-08-12 07:06:15 +07:00
parent bc87a88719
commit 51f2505839
111 changed files with 4967 additions and 6447 deletions

View File

@@ -0,0 +1,14 @@
User-agent: *
Allow: /
# Sitemap
Sitemap: https://yourdomain.com/sitemap.xml
# Specific paths
Allow: /homepage/
Allow: /assets/
Allow: /?app=parking
# Disallow admin or private sections (if any)
# Disallow: /admin/
# Disallow: /private/