guillotina_chat Docs

This application was generated by Guillotina's application cookiecutter.

Dependencies

Python >= 3.7

Installation

This example will use python virtual env:

python3.7 -m venv .
./bin/pip install -e .

Running

Most simple way to get running:

./bin/guillotina

Running Postgresql Server:

docker run --rm -e POSTGRES_DB=guillotina -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=postgres -p 127.0.0.1:5432:5432 postgres:15.1