Installation of Backend
To install Microchecks, follow these steps:
Requirements:
- Poetry: 1.8.4
- MySQL
- Python: 3.8.19
Installation Steps:
- Install Poetry, MySQL, and Python on your local machine.
- Navigate to the directory where you want to install Microchecks.
- Clone the Microchecks repository:
git clone https://gitlab.com/signalx/xbot/microchecks-backend - Navigate into the cloned directory:
cd microchecks-backend - Install dependencies using Poetry:
poetry install - Activate the virtual environment:
poetry shell