feat: Add address column and booking extras to bookings table

- Implemented a script to add an 'address' column to the 'bookings' table if it doesn't exist.
- Created a script to add 'include_service', 'include_cleanup', and 'total_price' columns to the 'bookings' table.
- Set up a 'users' table with an admin user and password hashing using bcrypt.
- Developed login and logout API routes with JWT authentication.
- Created a login page with form handling and error display.
- Designed a profile page for Christian Wärme showcasing skills and experience.
- Added a logout button component for admin interface.
- Implemented tests for login functionality and visual calendar layout.
This commit is contained in:
Alex Polo
2025-11-07 10:58:19 +01:00
parent fdbc422c95
commit cbc1e31440
51 changed files with 3426 additions and 262 deletions

View File

@@ -0,0 +1,4 @@
{
"status": "passed",
"failedTests": []
}