Skip to content

neviljk/fastapi-sse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UV FastAPI Project

A minimal FastAPI project using UV package installer.

Setup

  1. Install UV if you haven't already:
pip install uv
  1. Create and activate a virtual environment:
uv venv
.venv/Scripts/activate  # On Windows
source .venv/bin/activate  # On Unix/MacOS
  1. Install dependencies:
uv pip install -r requirements.txt

Running the Application

Run the application using:

python main.py

The server will start at http://localhost:8000

You can access:

  • API endpoint: http://localhost:8000/
  • API documentation: http://localhost:8000/docs

About

Demo of fastapi with SSE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages