Make alarms before each subscription payment date.
-
User sign up, sign in
-
Subscriptions
- Create
- Update
- Read as list or item
- Delete
-
Activate web notifications
- Clone the repository
- Install dependencies
- Enter commands to run projects locally
- db: Pocketbase backend
- web: Next.js application
- notification: Make alarms with cron job
-
Run locally
pnpm run dev:web
-
Run locally with host
pnpm run dev:web-host
-
Run db locally
pnpm run dev:db
- TypeScript: ^5
- NodeJS: 22