Desk Support Monkey

Open Source

Desk Support Monkey is fully open source. Explore the code, learn from the architecture, or run it yourself.

darkspock/desksupportmonkey

IT Service Desk & Asset Management — DDD + CQRS + Clean Architecture

Python TypeScript FastAPI React DDD

Quick Start

1. Clone the repository

git clone https://github.com/darkspock/desksupportmonkey.git
cd desksupportmonkey

2. Start infrastructure

make start-docker

3. Apply migrations & seed data

make db-upgrade
make seed

4. Start the application

make start

License

Desk Support Monkey is released under an open-source license. See the repository for full license details.

Contributing

Contributions are welcome. Fork the repo, create a branch, and submit a pull request. Please follow the existing DDD architecture patterns.