Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 354 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 354 Bytes

AgendFy

Appointment app via whatsApp and E-mail 🚧

Development

Stack

These are the main packages used to develop this application.

  • Python 3.12
  • Poetry
  • Ruff
  • FastAPI
  • SQLModel

Getting started

Create a virtual environment and install dependencies:

python -m venv .venv
poetry env use .venv/bin/python
poetry install