mtrack-backend Setup To get started: Clone the repository. Set up a virtual environment: python3 -m venv venv source venv/bin/activate Install the required dependencies: pip install -r requirements.txt