Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

new-fastapi-app

A project created with FastAPI CLI.

Usar en la sección 3: Cómo construir APIs

Quick Start

Start the development server:

uv run fastapi dev

Visit http://localhost:8000

Project Structure

  • main.py - Your FastAPI application
  • pyproject.toml - Project dependencies

Learn More