A self-hosted baby registry written in Python using bottle for routing, bottle-cork for authentication and sqlite for data storage.
Install the necessary modules from requirements.txt, pull this repository and run it:
python3.x app.py
The app will be accessible on http://ip.address:8020
Uncomment
# application = bottle_app
and comment
bottle.run(app=bottle_app, host='0.0.0.0', port=8020)
if you want to run the app using wsgi.
The config file is self-explanatory and can be found here:
config/startup.py
The translation folder contains an English and a Dutch version of the app.