A webapp that can store and use student data and other data that might concern a student database. This project has a long way to go and any help would be appreciated.
Assuming that you have python and all of the required packages in requirements.txt
, you can just run app.py
and all should work perfectly.
Python 3.12.4
flask 3.0.3 | flask session 0.8.0 | Jinja2 3.1.4
This part of the application is like any other login and registration system. Login if you have an account, register if you don't. You need to confirm your password twice while registering.
It shows a list of all the user's children. You can do a number of things here:
- Show children: you can see all the children along wih their pictures and more details
- Switch to dark mode: using the slider in the top right of the page, you can switch to dark mode:
- Logout
- Change your password
Please read the Contributing Guidlines