Right now, we are in the process of finishing up the TkInter UI, and researching Python modules for phase two of the project. Please note that with the completion of the TkInter UI, we will have a working database that the food pantry can use. Phase two of the project is an attempt to set the database on track for future versions that can include a website, android app, and so on.
To create version 2 of the database, we are looking at how to configure Postgres, and will probably be using the psycopg2 Python module. For the web server, the wsgiref module will be used for testing purposes; however, a later version of the database will probably use a more secure web server, such as Apache (we may or may not reach this step, depending on the complexity of it). Finally, the web UI will be implemented using HTML, and, ideally, Javascript.
Sqlalchemy and TkInter were new experiences for us, and we are moving into even more unfamiliar ground, having little to no experience with HTML, Javascript, Postgres, or web servers. As a result, our progress may be a little slower than we would like, but we're looking forward to the challenge, and we welcome any helpful comments or suggestions you might have.