https://github.com/jonas721/servicegenerator-webapp
A simple web application to facilitate the creation of service order documents for churches
https://github.com/jonas721/servicegenerator-webapp
flask mysql python webapp
Last synced: about 2 months ago
JSON representation
A simple web application to facilitate the creation of service order documents for churches
- Host: GitHub
- URL: https://github.com/jonas721/servicegenerator-webapp
- Owner: Jonas721
- Created: 2025-02-27T18:40:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-27T18:54:15.000Z (over 1 year ago)
- Last Synced: 2025-02-28T02:55:07.219Z (over 1 year ago)
- Topics: flask, mysql, python, webapp
- Language: Python
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ServiceGenerator-WebApp
A simple web application to facilitate the creation of service order documents for churches
## Overview
This is the final project for a database class I took in 2023. It is a python flask app that creates a web GUI to allow users to create an order of service document for an event like a church service. It allows the creation of service events that are stored and read from a MySQL database.
It is a rudimentary app that was my introduction to how a web application can interact with databases. It is functional, but its current state could be much improved.
## How to Run
(Assuming Python is installed)
- In the console, run
`pip install mysql-connector-python` and
`pip install flask` to download the necessary requirememts.
- MySQL must also be running on your machine.
- To start the application run `python wsoapp.py`