Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jordic/guillotina_linkchequer
Guillotina try and learn toy app
https://github.com/jordic/guillotina_linkchequer
Last synced: 2 days ago
JSON representation
Guillotina try and learn toy app
- Host: GitHub
- URL: https://github.com/jordic/guillotina_linkchequer
- Owner: jordic
- Created: 2018-03-28T10:32:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T05:33:03.000Z (over 6 years ago)
- Last Synced: 2024-11-06T02:56:55.431Z (about 2 months ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Guillotina LinkChecker
==================================Toy app for learn and try guillotina async server.
Dependencies
------------Python >= 3.6
Installation
------------This example will use virtualenv::
virtualenv .
./bin/python setup.py developRunning
-------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