nighthawkcoders / flask_2025

This project is a web application for managing Classroom instruction and operations. It is built using Flask, SQLAlchemy, and other requirements.txt dependencies.
https://flask2025.nighthawkcodingsociety.com/
0 stars 12 forks source link

Added comments to model/user.py and api/user.py #24

Closed tuckergol closed 4 months ago

tuckergol commented 4 months ago

Added comments to unexplained code in api/user.py (comments added to PUT request under _CRUD) and various unexplained functions in model/user.py.