Assignment Spec Finished Solution
Create environment variables, install dependencies, and setup local sqlite database
cp .env.example .env # Copy the example environment variables
touch ./src/server/db/db.sqlite # Create a sqlite database
bun install # Install dependencies
bun db:push # Apply the schema to the database