notebrook-notes/backend
Talon 3575c910f4 Add logging and fix channel merging and removing 2024-08-24 00:21:54 +02:00
..
src Add logging and fix channel merging and removing 2024-08-24 00:21:54 +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.