Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 524 Bytes

README.md

File metadata and controls

30 lines (18 loc) · 524 Bytes

Uvicorn Server Starter

This is the simplest possible python server using uvicorn:

Hello, world!

Deploy to Cyclic in seconds

Deploy to Cyclic

Run Locally

Prerequisites:

  • python 3.10.11

Install: bin/install

  • creates virtual env
  • installs dependencies from requirements.txt

Run: bin/start

  • runs a uvicorn server

Questions / Help

Join us on Discord: https://discord.cyclic.sh

Enjoy!