Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Latest commit

 

History

History
17 lines (12 loc) · 634 Bytes

File metadata and controls

17 lines (12 loc) · 634 Bytes

Python 3.9+ with pip package manager is required to run the project.

Make sure you have a PowerShell of version 6 or higher.

How to setup environment:

  • Type setup, press TAB to autocomplete, then ENTER.
  • If VSC prompts you about a new python interpreter (the one in venv), agree. If it doesn't, change the interpreter by hand with CTRL + SHIFT + P, then type "Python: Select Interpreter"

How to start the backend:

  • Type run, press TAB to autocomplete, then ENTER.

How to run tests:

  • Type test, press TAB to autocomplete, then ENTER.

How to run coverage test:

  • Type coverage, press TAB to autocomplete, then ENTER.