AirBnB_clone_v2
AirBnB_clone_v2 copied to clipboard
Enhance AirBnB Clone with User Authentication, Password Encryption, and Additional Routes
Summary of Changes:
1. User Authentication:
Password Encryption:
Implemented password encryption for enhanced security using hashlib.
New Routes:
Created routes for user registration and authentication, including login and logout functionalities.
2. API Enhancements:
Add Save After Delete:
Ensure that changes are saved after delete operations in the storage engine.
Storage Operations:
Introduced methods to count objects and retrieve specific storage details.
3. Code Updates:
Feature Additions:
Updated codebase to support new features and improvements.
Code Refactoring:
Refactored existing code for better readability and maintainability.