GitXplorerGitXplorer
M

orientation-project-python-24.FAL.A

public
0 stars
10 forks
4 issues

Commits

List of commits on branch main.
Verified
e96da465b23754c4cea23e690c1f127095256797

Merge pull request #73 from MLH-Fellowship/gitignore_add

DDavid-OC17 committed 4 months ago
Unverified
f5c6a67f828bcc3c2ccafd63d46559628f8db522

Added full .gitignore for Python related files

DDavid-OC17 committed 4 months ago
Verified
96579c5b54faa374e46fb51221754bb609fee7c2

Merge pull request #72 from yalsaffar/fixs-reset-userinfo

yyalsaffar committed 4 months ago
Unverified
a13b2c266fc9b23abf38884e2d4706d7e3ac55ca

fix linter issues in app.py

yyalsaffar committed 4 months ago
Unverified
860dab0e05a51e02dd2ff01f10c67b76ac887917

refactor userInformation and add reset endpoint

yyalsaffar committed 4 months ago
Verified
f5e4c4e9ba4e100b5d9a6516b7071537b34f0005

Merge pull request #71 from yalsaffar/get-data-endpoint

yyalsaffar committed 4 months ago

README

The README file for this repository.

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