# Functions
Try to log in the user with the username and password provided.
Find the user from the database with the provided ID.
No description provided by the author
Verify the password provided in the login request with the hashed password stored in the database.
# Variables
No description provided by the author
# Structs
Struct to store the exercise information of the User.
Struct to store the health information of the User.
Struct to store the basic information about the User One to One relation with the Health Information of the User One to Many relation with the Exercises performed by the User.