Skip to content

Minimal web utility for tracking consumption/usage/production of various things. Writes to external DB.

License

Notifications You must be signed in to change notification settings

DominikAngerer/item-tracker

 
 

Repository files navigation

Item Tracker

Minimal web utility for tracking consumption/usage/production of various things.

Customize to your needs by modifying src/app/page.tsx.

Project is configured to use Supabase by default, copy the .env.example and set DATABASE_URL to your Supabase pooler URL.

There is no auth by default (yet), so if deploying to a public website, expect access by 3rd parties. DB calls are made server-side via TRPC however.

This is a T3 Stack project bootstrapped with create-t3-app.

How do I deploy this?

Follow our deployment guides for Vercel, Netlify and Docker for more information.

About

Minimal web utility for tracking consumption/usage/production of various things. Writes to external DB.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.2%
  • JavaScript 8.7%
  • CSS 0.1%