This directory contains database initialization scripts and schemas for the TechTorque 2025 system.
- init-databases.sql: SQL scripts to initialize all microservice databases with proper schemas and seed data.
- Relational Database: PostgreSQL (for transactional data)
- NoSQL Database: MongoDB (for notifications and chat logs)
Database containers are automatically initialized when running the main docker-compose setup from the project root.
# From the root of the TechTorque-2025 project
docker-compose up --build