blob: e1b805c1cf030d197d8c7b57d72d1e0bd98e42dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Demo chat app
This is a demo chat app built using AutereDB, Python and Flask.
## Installation
Get a Python 3 environment running on your machine (pref. with virtualenv). Then:
```bash
pip install -r requirements.txt
DB_DIR=${PWD}/db_data BASE_URL=localhost:8000 python -m flask --app app --debug run -p 8000
```
|