#postgres
2 items tagged "postgres".
site
Supabase
Supabase provides a backend as a service with a Postgres database, authentication, and instant APIs, making it easier to build production-grade applications.
dev tools · #backend-as-a-service
↗prompt
build a habit tracker
Build the scaffold for a habit-tracking web app. Stack: React front end, Node/Express API, Postgres, email-and-password auth. Features: user signup, create/edit/delete habits, daily check-ins, a streak counter, and a weekly summary view. Build the database schema first, then the API, then the UI. Wire them together and note anything I'd need to configure to run it.
dev tools · #web-app