sir-go / ttnet-site

flask web site for the TeleTime company https://ttnet.ru

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TeleTime Ltd. web site

Origin site: https://ttnet.ru

⚠️ ATTENTION ⚠️
the code is extremely obsolete and not suitable for third-party use the only purpose of this repo is the demonstration

Tests

This is a Flask-based old-school web-site of TeleTime Ltd. company.

Includes

  • Jinja2-templated no-CMS engine
  • Sberbank Acquiring integration
  • UTM5 billing integration
  • enabling "trusted pay" feature on demand
  • Userside ERP integration
  • users requests automation (req-desk in ERP)
  • Yandex.Maps integration
  • daData integration
  • CCTV cams streaming

Screencast

Test, build and run

Standalone

Mongodb required

Edit app/conf.json config before start

virtualenv venv
source ./venv/bin/activate
pip install -r requirements.txt
python -m pytest && python run.py

will run the app on http://localhost:5000

Docker

prepare an app-conf.json config before run

docker compose up

will run the app on http://localhost:8081

About

flask web site for the TeleTime company https://ttnet.ru

License:MIT License


Languages

Language:CSS 44.0%Language:JavaScript 22.9%Language:Python 21.6%Language:HTML 11.4%Language:Dockerfile 0.0%Language:Shell 0.0%