Talon b487ab82cc | ||
---|---|---|
.. | ||
migrations | ||
src | ||
.env.example | ||
.gitignore | ||
README.md | ||
db.sqlite | ||
package-lock.json | ||
package.json | ||
schema.sql | ||
tsconfig.json | ||
types.ts |
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.