/BeARzzzBot

For a cat on the chimney

Primary LanguagePythonMIT LicenseMIT

BeARzzzBot

For a cat on the chimney

Development

  • Frontend: Bulma
  • Backend: FastAPI
  • Database: PostgreSQL
poetry install
poetry run uvicorn bearzzzbot.asgi:app --reload

Production

  • Start server
poetry install
poetry run uvicorn bearzzzbot.asgi:app