Skip to main content

Installation of Backend

To install Microchecks, follow these steps:

Requirements:

  • Poetry: 1.8.4
  • MySQL
  • Python: 3.8.19

Installation Steps:

  1. Install Poetry, MySQL, and Python on your local machine.
  2. Navigate to the directory where you want to install Microchecks.
  3. Clone the Microchecks repository:
    git clone https://gitlab.com/signalx/xbot/microchecks-backend
  4. Navigate into the cloned directory:
    cd microchecks-backend
  5. Install dependencies using Poetry:
    poetry install
  6. Activate the virtual environment:
    poetry shell