Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 424 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 424 Bytes

expenses_app

To install dependencies:

bun install

To run:

bun run index.ts

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

Modification to the database

bunx drizzle-kit generate

and then do the migration command

bun migrate.ts

Run drizzle-studio locally

 bunx drizzle-kit studio