Skip to content

A self-hosted baby registry written in Python using bottle for routing, bottle-cork for authentication and sqlite for data storage.

License

Notifications You must be signed in to change notification settings

tizzen33/python-baby-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Baby Registry

A self-hosted baby registry written in Python using bottle for routing, bottle-cork for authentication and sqlite for data storage.

Installation

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.

Configuration

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.

About

A self-hosted baby registry written in Python using bottle for routing, bottle-cork for authentication and sqlite for data storage.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published