Skip to content
This repository was archived by the owner on Nov 23, 2025. It is now read-only.

Latest commit

ย 

History

History
23 lines (14 loc) ยท 948 Bytes

File metadata and controls

23 lines (14 loc) ยท 948 Bytes

๐Ÿ—„๏ธ Database

This directory contains database initialization scripts and schemas for the TechTorque 2025 system.

๐Ÿ“‚ Contents

  • init-databases.sql: SQL scripts to initialize all microservice databases with proper schemas and seed data.

โš™๏ธ Tech Stack

PostgreSQL MongoDB Docker

  • Relational Database: PostgreSQL (for transactional data)
  • NoSQL Database: MongoDB (for notifications and chat logs)

๐Ÿš€ Usage

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