pyday-fastapi-starter

Starter project for FastAPI

Stars
17
Committers
1

Simple FastAPI Playground

This repository includes a very simple Python FastAPI HTTP API, made for demonstration purposes only.

Local development

  1. Open this repository in Github Codespaces or VS Code with Remote Dev Containers extension.

  2. Run the development server:

    fastapi dev api/main.py
    
  3. Click 'http://127.0.0.1:8000' in the terminal, which should open the website in a new tab.

  4. Append /docs or /generate_name to the end of the URL.

Related Projects