notebrook-notes/backend
Talon 7dbb36ddb0 Handle message updates via websockets for current channel 2024-08-24 18:13:18 +02:00
..
src Handle message updates via websockets for current channel 2024-08-24 18:13:18 +02:00
.env.example Add files 2024-08-23 16:45:28 +02:00
.gitignore Add files 2024-08-23 16:45:28 +02:00
README.md Add files 2024-08-23 16:45:28 +02:00
bun.lockb Add files 2024-08-23 16:45:28 +02:00
package.json Add files 2024-08-23 16:45:28 +02:00
schema.sql Add files 2024-08-23 16:45:28 +02:00
tsconfig.json Add files 2024-08-23 16:45:28 +02:00
types.ts Add files 2024-08-23 16:45:28 +02:00

README.md

notebrook-backend

To install dependencies:

bun install

To run:

bun run index.ts

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