Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 264 Bytes

File metadata and controls

16 lines (13 loc) · 264 Bytes

mtrack-backend

Setup

To get started:

  1. Clone the repository.
  2. Set up a virtual environment:
    python3 -m venv venv
    source venv/bin/activate
  3. Install the required dependencies:
    pip install -r requirements.txt