Commit graph

9 commits

Author SHA1 Message Date
Cipher Vance
cb664a284c add flask migrate and flask.cli as well as got rid of db create all 2025-08-28 20:31:33 -05:00
Blake Ridgway
afac3b6281 refactor: Improve server setup and add health check
Added /health endpoint for monitoring
Improved readability and config setup
Imported auth_bp directly
2025-04-03 10:38:51 -05:00
Blake Ridgway
4a4d693d72 fix: resolve AttributeError in User model and ensure consistent password handling
- Fixed the `AttributeError: 'User' object has no attribute '_password'` by properly mapping the `_password` attribute to the `password` column in the database.
- Updated the `User` model to ensure passwords are only hashed once during creation and not re-hashed when retrieved or updated.
- Improved the `check_password` method to correctly compare hashed passwords.
- Verified the signup and login flow to ensure consistent behavior
2025-02-15 22:42:50 -06:00
Blake Ridgway
d13c5885d8 (refactor) boilerplate .gitignore, cleaned up folders 2025-02-15 21:54:25 -06:00
Blake Ridgway
1652079874 (remove): Removed temp comments 2025-02-15 19:00:00 -06:00
Blake Ridgway
51f154ab73 (feat): Added PostgreSQL connection string encoding. 2025-02-15 18:58:48 -06:00
8d76d8c259 (feat): Cleaened up and added CORS 2025-01-05 16:33:46 -06:00
de460fbcbc (feat): Basic user auth 2024-12-17 14:23:38 -06:00
366e62f804 (feat): Initial work on Flask server 2024-12-17 10:11:06 -06:00