UmutAlihan / course-fastapi-1-udemy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Repo for learning fullstack webapp development by developing along with Udemy Course instructor.

  • Used FastAPI, SQLAlchemy, Bootstrap and Jinja2 templates as techstack
  • and gitpod as cloud IDE

Notes

  • pytest coverage config dir

    • .coveragerc
    • to ignore files insertinto:
      • [run] omit = tests/*
  • get pytest coverage report in html format:

    • pytest --cov="." --cov-report html
    • open index.html file in htmlcov directory

About


Languages

Language:Python 72.9%Language:HTML 26.0%Language:Shell 0.9%Language:JavaScript 0.2%