Skip to content

Simple web program to enter baby-related data into an sqlite database

Notifications You must be signed in to change notification settings

monomon/baby_server

Repository files navigation

Baby server

This is a simple web interface to an sqlite backend written in python. The interface permits inserting and editing records.

To edit a record click on a row or simply enter its id in the id field and edit the rest of the data.

Run simply by python baby_server.py <port>. This starts a server listening on a specified port (default 52666).

Navigate your browser to <hostname>:<port> and start editing your data in the web form.

About

Simple web program to enter baby-related data into an sqlite database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published