## CHANGELOG ## VER: Alpha #7 ## What's new? - Updated the file structure to hold all the FastAPI files in its own dedicated 'api' folder - Updated the 'main.py' file to have a working login and register feature - Updated the 'sql.py' file to have a 'VerifyHero' model for verifying the hero's email & password - Added a 'functions.py' file to hold all the functions for the main app. (The functions.py file for the API is in the 'api' folder) - Added CHANGELOG and README files to the project