Start production server
Start the development server
Run the Next.js development server
Start auto-reloading server
uvicorn main:app --reload
Starts Uvicorn server with automatic reload on code changes
Run with auto-reload
Specify custom port
uvicorn main:app --reload --port 8001
Install FastAPI and dependencies
Create basic FastAPI app