main
Removed the photo-service and replaced it with the chat-service. Added a users table to each service that uses a database. Replaced the hardcoded token in the code with an environment variable. Added RabbitMQ-based queue bindings to synchronize user creation and deletion across the users tables in all services.