An open API service indexing awesome lists of open source software.

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

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`