Skip to content

Latest commit

 

History

History
64 lines (47 loc) · 1.9 KB

File metadata and controls

64 lines (47 loc) · 1.9 KB

Tech-stack

How to run

# Install pnpm (if not already installed)
npm install -g pnpm

# Run MySQL and RabbitMQ
docker-compose up -d

# Install dependencies
pnpm install

# Init database (will drop existing tables)
cd server && pnpm run db:seed

# Run all lib build scripts, api server, message queue consumer, and client
pnpm run start

Requirements

  • Node v22+
  • pnpm v8+
  • MySQL v8
  • RabbitMQ v3

Documentation

Architecture Diagrams

Implementation Details

Frameworks

Libraries

Tools