Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

job-tracker

A Next.js app for tracking job applications, built with shadcn/ui, Drizzle ORM, and Supabase (Postgres + auth).

Adding components

pnpm dlx shadcn@latest add button

Components are placed in components/ui.

Using components

import { Button } from "@/components/ui/button"

Database

DATABASE_URL and Supabase keys live in .env at the repo root.

pnpm db:push      # push the Drizzle schema to Supabase
pnpm db:generate  # generate a migration
pnpm db:studio    # open Drizzle Studio

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages