Appointment app via whatsApp and E-mail 🚧
These are the main packages used to develop this application.
- Python 3.12
- Poetry
- Ruff
- FastAPI
- SQLModel
Create a virtual environment and install dependencies:
python -m venv .venv
poetry env use .venv/bin/python
poetry install