Skip to content

alteroo/guillotina_scooter

Repository files navigation

guillotina_scootermpi Docs

This application was generated by Guillotina's application cookiecutter.

Dependencies

Python >= 3.7

Installation

This example will use python virtual env:

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

Running

Most simple way to get running:

./bin/g

Running Postgresql Server:

docker run --rm -e POSTGRES_DB=guillotina -e POSTGRES_USER=guillotina -e POSTGRES_HOST_AUTH_METHOD=trust -p 127.0.0.1:5432:5432 --name postgres postgres:9.6

About

A simple master patient index

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published