A simply web apllication made with Flask, Bootstrap and Sqlalchemy. Another Yandex Lyceum homework.
Prerequirements: Python>=3.6
Install libraries listed in requirements.txt, create .env file, specify APP_SECRET_KEY and GEOCODER_API_KEY (not necessary) variables in it and then run main.py.
Install pytest and run tests.py through it.