https://github.com/sir-go/ttnet-site
flask web site for the TeleTime company https://ttnet.ru
https://github.com/sir-go/ttnet-site
clappr dadata docker docker-compose flask fullstack mongodb python yandex-maps
Last synced: 2 months ago
JSON representation
flask web site for the TeleTime company https://ttnet.ru
- Host: GitHub
- URL: https://github.com/sir-go/ttnet-site
- Owner: sir-go
- License: mit
- Created: 2022-11-07T17:44:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T06:27:39.000Z (over 3 years ago)
- Last Synced: 2026-02-12T18:49:08.739Z (4 months ago)
- Topics: clappr, dadata, docker, docker-compose, flask, fullstack, mongodb, python, yandex-maps
- Language: CSS
- Homepage:
- Size: 42.1 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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**
[](https://github.com/sir-go/ttnet-site/actions/workflows/python-app.yml)
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
```bash
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
```bash
docker compose up
```
will run the app on http://localhost:8081