This is the back-end of my personal link manager. The front-end is available here.
- Presentation - Learn more about the project
To run this application you need to have the Bun CLI installed
To start the development server run:
bun run dev
Open http://localhost:3000/ with your browser to see the result.
This uses SQLite with Turso and Drizzle ORM.
Launch Drizzle Studio with:
npx drizzle-kit studio
Generate a migration with:
npx drizzle-kit generate:sqlite
Run the migration with:
npx drizzle-kit push:sqlite