Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 281 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 281 Bytes

DocTT - Backend

This is the backend for the DocTT project

Requirements

  • Python 3.7
  • pipenv

Setup

  1. Clone this repository.
  2. Setup a new pipenv environment with: pipenv --python 3.7.
  3. pipenv sync
  4. pipenv run python doctt-backend