Usage

Installation

(.venv) $ git clone git@github.com:svmikurov/wselfedu.git
(.venv) $ cd wselfedu
(.venv) $ pip install poetry
(.venv) $ poetry shell
(.venv) $ poetry install
(.venv) $ make migrate

Run app

(.venv) $ make start