From 71e00fab74fcbc183da670fe3fbf68b1875fa48b Mon Sep 17 00:00:00 2001 From: Llloooggg Date: Thu, 15 Jul 2021 10:48:19 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 11282a3..a6ec046 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,16 @@ # Dyxless -Based on [tutorial](https://www.digitalocean.com/community/tutorials/how-to-add-authentication-to-your-app-with-flask-login) from DigitalOcean +### Конфигурация +Прежде всего необходимо создать файл **config.json** на основе приложенного шаблона -### Database -At first run **init_db.py** for database initialization +### DB +Для инициализации базы данных необходимо запустить +``` +python init_db.py +``` -### Start app: -on Windows run ->**startserver.bat** \ No newline at end of file +### Запуск приложения: +На Windows запускать через +``` +startserver.bat +``` \ No newline at end of file