add websocket functionality

This commit is contained in:
2025-07-01 15:25:00 -04:00
parent 9145b07da7
commit b295777041
7 changed files with 95 additions and 30 deletions

View File

@ -4,9 +4,9 @@
2. Install npm 22.11.0 if you don't have it already
3. `cd` into the project directory
4. Run `npm install`
5. Run `npx prisma init --datasource-provider sqlite --output ../generated/prisma`
6. Run `npx prisma migrate dev --name init`
7. To run the software on a cronjob, use `npm run once`
8. To run continuously, use `npm run ws`
### Database Migrations