Tag: localhost
- Caddy Local Development Guide · Web Servers — Use Caddy to provide automatic HTTPS and reverse proxy on localhost, forwarding requests to backends like Vite, Node, PHP, etc.
- Django Local Development Guide · Backend Frameworks — Run Python web applications on localhost:8000 using Django, configure SQLite or PostgreSQL databases.
- Docker Local Development Guide · Dev Environments — Run MySQL, Redis, PostgreSQL, Nginx, and more on localhost using Docker and Docker Compose to unify your local development environment.
- Laravel Local Development Guide · Backend Frameworks — Run PHP full-stack applications on localhost:8000 using Laravel and Artisan, with optional Sail, Herd, or XAMPP environments.
- Commonly Used Localhost Ports Quick Reference · Ports & Networking — A quick overview of common localhost ports in development: 5173 (Vite), 3000 (Next.js), 5432 (PostgreSQL), 6379 (Redis), and more.
- NestJS Local Development Guide · Backend Frameworks — Build a TypeScript backend API with NestJS on localhost:3000, supporting REST, WebSocket, and microservices architecture.