notebrook-notes/backend
Talon 36a67a2ca1 Move onClick handlers to separate functions and add PORT env variable for backend 2024-08-30 16:06:46 +02:00
..
migrations Switch backend to node, docker likely broken 2024-08-26 00:18:00 +02:00
src Move onClick handlers to separate functions and add PORT env variable for backend 2024-08-30 16:06:46 +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
package-lock.json Update dockerfile and add gitignore 2024-08-26 11:20:12 +02:00
package.json Switch backend to node, docker likely broken 2024-08-26 00:18:00 +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.