Steps to run the project:
- Create a file named
.env
in the root directory and add the following environment variables:
DB_URL='notes.sqlite'
- Run
bun install
command to install dependencies - Run
bun run db:push
command to create the database and tables - Run
bun run dev
command to start the development server