Backend Frameworks
Backend framework localhost setup: Laravel, Django, NestJS, Flask, FastAPI, Rails, and Spring Boot. Run APIs and apps on localhost.
- FastAPI Local Development Guide · Backend Frameworks — Run high-performance Python APIs on localhost:8000 using FastAPI and Uvicorn, with built-in OpenAPI documentation.
- Flask Local Development Guide · Backend Frameworks — Run lightweight Python web applications and APIs using Flask on localhost:5000.
- Ruby on Rails Local Development Guide · Backend Frameworks — Run Ruby web applications on localhost:3000 using Rails, with built-in Puma server and Active Record.
- Spring Boot Local Development Guide · Backend Frameworks — Run Java Web applications and REST APIs on localhost:8080 using Spring Boot, with support for hot reloading via devtools.
- Django Local Development Guide · Backend Frameworks — Run Python web applications on localhost:8000 using Django, configure SQLite or PostgreSQL databases.
- 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.