Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 371 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 371 Bytes

Mars One

A simply web apllication made with Flask, Bootstrap and Sqlalchemy. Another Yandex Lyceum homework.

How to run

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.

Tests

Install pytest and run tests.py through it.