An open API service indexing awesome lists of open source software.

https://github.com/guillotinaweb/guillotina_pubsub


https://github.com/guillotinaweb/guillotina_pubsub

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

guillotina_pubsub 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=guillotina -p 127.0.0.1:5432:5432 --name postgres postgres:9.6