#!/bin/bash python3 -m venv .env source .env/bin/activate pip install uvicorn fastapi pydantic sqlalchemy cd $(pwd)/src/ python3 main.py