Go to file
Leonora Tindall b375760aab
Create basic database schema, and creation script
makedb should only have idempotent migrations, so it can be run on an
existing database.
2019-09-09 17:43:55 -05:00
database Add database connection handling with dummy usage 2019-09-09 17:03:34 -05:00
webserver Create basic database schema, and creation script 2019-09-09 17:43:55 -05:00
.gitignore Create basic template for Hello, World app 2019-09-09 10:55:34 -05:00
COPYING Create basic template for Hello, World app 2019-09-09 10:55:34 -05:00
README.md Create basic database schema, and creation script 2019-09-09 17:43:55 -05:00
docker-compose.yaml Create basic template for Hello, World app 2019-09-09 10:55:34 -05:00

README.md

Setup

Create the database schema docker-compose exec webserver python src/makedb.py