Skip to content

minuterepeater7-hue/Stockchecker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StockWatch Backend (Express + Prisma + SQLite)

Setup

cd backend
cp .env.example .env
npm install
npm run prisma:generate
npm run migrate
npm run dev

API

  • POST /api/items { url, email?, frequency: "MIN_15"|"MIN_30"|"HOUR_1" }
  • GET /api/items
  • DELETE /api/items/:id
  • POST /api/check-now/:id
  • GET /api/notifications

Notes

  • Scheduler runs every 5 minutes and checks items due by their frequency.
  • Email only (SMTP via env). Push can be added later.

About

Item out of stock app notif.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published