- Modify main.go to store the MongoDB client and pass it to LoadHTTPRoutes
- Update LoadHTTPRoutes function signature to accept *mongo.Client
- Add necessary imports to http.go
- Initialize repository, service, and handler in LoadHTTPRoutes
- Add POST routes for /register, /login, /logout