Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 develop

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