Cellar management system
Go to file
2021-11-02 11:17:13 +01:00
assets Scripts are now local and the program should be able to run offline 2021-11-01 23:04:39 +01:00
img first commit 2021-11-01 22:58:00 +01:00
api.php first commit 2021-11-01 22:58:00 +01:00
database.db Scripts are now local and the program should be able to run offline 2021-11-01 23:04:39 +01:00
icon.png Added substance to readme 2021-11-01 23:17:48 +01:00
index.html Scripts are now local and the program should be able to run offline 2021-11-01 23:04:39 +01:00
LICENSE Create LICENSE 2021-11-01 23:05:21 +01:00
main.js Added polyfill 2021-11-02 11:17:13 +01:00
password.txt first commit 2021-11-01 22:58:00 +01:00
README.md Added substance to readme 2021-11-01 23:17:48 +01:00
run.sh Scripts are now local and the program should be able to run offline 2021-11-01 23:04:39 +01:00
style.css first commit 2021-11-01 22:58:00 +01:00

adamoCellar

This program was written for a friend, and consists of a very minimal cellar management system.

Wine bottles can be added, edited, viewed searched and sorted easily.

This program is intended to run on a computer in a cellar and be used to manage a wine collection.

The technical standpoint

A php server is spawned and a kiosk firefox window is directed to the main app, which is a bootstrap-based dynamic ajax-reliant app.

Every task is completed through api calls to the php backend, which interfaces with a sqllite database.

All scripts and styles are local, beacuse the app is intended to work offline.