From 9c339920430137e5e33a58233df5477e26756808 Mon Sep 17 00:00:00 2001 From: Hector Ros Date: Mon, 19 Jan 2026 23:30:28 +0100 Subject: [PATCH] Update README Co-Authored-By: Claude Sonnet 4.5 (1M context) --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index d9b9b54..4a180be 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,14 @@ -# backend +# AiWorker Backend -To install dependencies: +Backend service built with Bun 1.3.6 -```bash -bun install -``` +## Features +- Bun.serve() native API +- MariaDB with Drizzle ORM +- Auto-migrations on startup +- WebSocket support +- MCP Server for agents -To run: +## CI/CD +Builds automatically on push via Gitea Actions -```bash -bun run index.ts -``` - -This project was created using `bun init` in bun v1.3.5. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.