Resuming project once I get a better understanding of Flask and browser based applications. I am learning more about browser extensions and multiple pages and links. The database as it stands now does not update "added students" to the website on Ubuntu, but it does on Windows. Will debugg when more knowledge of flask is attained.
This program is a browser based app that adds students to a database. The app builds a database and allows manipulation of the students Objects. To this point the app runs, adds a student, but I have to trouble shoot some bugs with the additional database implementation features.
A student class is created and stored in its own file
A flask app is created to execute the brower when the program is run.
A Html template with CSS features is used to add asthetics to the browser site. Not all code is shown to save space.
Another file intergrates the front end to the student class.
This portion is responsible for taking in fields from the browser and using the input to create a student object. The object parameters are written to a txt file.
The text file is used to retrieve previously created objects and displaying them on the browser.
The front page of the website looks like this. The different tabs are implemented to add extended functionality that I intend down the road.
This is how the student fileds are presented and filled in.
Finally the student will be added(currently debugging).