Back end application of the project for the course Modern educational technologies and standards at FTN, Novi Sad, 2021.
Clone projects repository to get started:
$ git clone https://github.com/specnazm/sotis-be
$ cd sotis-be
$ python3 -m venv env
$ source env/bin/activate
$ pip install -r requirements.txt
$ python run.py
Runs the flask app in the development mode.