Updated README

This commit is contained in:
Jadowyne Ulve 2025-05-24 08:25:13 -05:00
parent 45f93a5a4c
commit d2973555e4
2 changed files with 15 additions and 9 deletions

6
.gitignore vendored
View File

@ -1,6 +0,0 @@
foodpantryserver.zip
sites
static/css/uikit-rtl.css
static/css/uikit-rtl.min.css
static/css/uikit.css
static/css/uikit.min.css

View File

@ -1,5 +1,17 @@
## postgresql and python learning
## PantryTrack
I am attempting to understand how to connect and execute commands through python against a remote postgresql to update my systems
This is currently a passion project that I have started to learn and develop a few different things:
- Barcode Scanners and how they work
- Posgresql Databases
- SQL, JAVASCRIPT, CSS, HTML
- Database Schema management and design
This is a test
PantryTrack is am inventory system that you add items to, use those items to build recipes and shopping lists.
You then can manually create receipts and or use a barcode scanner to set up a kiosk to scan in all the things you
purchase into a receipt.
You then edit and receive that receipt into the system.
There is also the ability to use a kiosk like interface to set up a scan in and out system, where as you use things
the system will remove those items by scanning them.