Skip to content

reata/magpie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

magpie

API Sever for reata.github.io

Requirements

  • Python 3.10+
  • uv

Development

# Install dependencies
uv sync

# Start development server (with hot reload)
uv run uvicorn magpie.main:app --reload --port 8081

# Or use the dev script
uv run dev

# Run linter
uv run ruff check magpie/

# Auto-fix lint issues
uv run ruff check magpie/ --fix

Docker

docker build -t magpie .
docker run --rm -e PORT=8080 -p 8080:8080 magpie

About

API Sever for reata.github.io, where magpie is named after Chinese myth "magpie bridge" to connect the unconnectables

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors