https://github.com/guillotinaweb/guillotina_pubsub
https://github.com/guillotinaweb/guillotina_pubsub
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/guillotinaweb/guillotina_pubsub
- Owner: guillotinaweb
- Created: 2019-07-12T18:32:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-16T08:32:21.000Z (over 6 years ago)
- Last Synced: 2025-02-16T03:26:15.339Z (8 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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