main
Switched to Sequelize ORM v6 Created microservices for markers, users, and photos, each with its own database The user-service exposes an API for authentication and registration
first commit
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.
Number migrations instead of date, add emailverificationtokens, add config.js instead of config.json for Sequelize, correct migrations and models