Skip to content

bredbrains/tthk-api

Repository files navigation

Tallinna Tööstushariduskeskus API

Lines of code CodeFactor Grade GitHub Workflow Status PyPI - Python Version

TTHK REST API to get changes, consultations and etc. in GET requests. Routes can be seen there.

Team

Powered applications

How to run?

  • Install requirements

pip install -r requirements.txt 
  • Run tests

pytest tests.py
  • Run application with Gunicorn

gunicorn app:app

Dependencies

  • Python 3.9
  • Flask
  • Flask-CORS
  • Flask-RESTful
  • BeautifulSoup4
  • Gunicorn
  • Requests