CaptainVee / orientation-project-python-23.SUM.B

Orientation Project (Python) for 23.SUM.B

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Orientation Project - Python

Refer to the Fellowship LMS for information!

Setup

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Run

flask run

Run tests

pytest test_pytest.py

Run Linter

pylint *.py

About

Orientation Project (Python) for 23.SUM.B


Languages

Language:Python 100.0%