Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 439 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 439 Bytes

Assignment Starter tRPC

Assignment Spec Finished Solution

Setup

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