diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 8c5c3bb..0000000 --- a/.gitignore +++ /dev/null @@ -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 \ No newline at end of file diff --git a/README.md b/README.md index 09e71c0..97b7af7 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file +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. \ No newline at end of file