Small backend that can receive user messages and store them in a SQLite database
2026-01-10 19:43:47 +01:00
.gitignore Add .gitignore 2026-01-10 19:40:59 +01:00
bun.lock Initial project files 2026-01-10 19:41:08 +01:00
Dockerfile Add Dockerfile 2026-01-10 19:43:47 +01:00
index.ts Initial project files 2026-01-10 19:41:08 +01:00
package.json Initial project files 2026-01-10 19:41:08 +01:00
README.md Initial project files 2026-01-10 19:41:08 +01:00
tsconfig.json Initial project files 2026-01-10 19:41:08 +01:00

msgbrd

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.3.5. Bun is a fast all-in-one JavaScript runtime.