aboutsummaryrefslogtreecommitdiff
path: root/src/index.js
Commit message (Expand)AuthorAgeFilesLines
* add login and users and all the pizzazzAkshay2024-11-131-28/+16
* refactor: Update db schema to store password hashes instead of plaintext pass...Akshay" (aider)2024-11-091-1/+1
* refactor: Reorder and clean up imports and app initialization in index.jsAkshay2024-11-091-13/+11
* fix: Ensure db instance is properly exported and imported in routesAkshay" (aider)2024-11-091-0/+2
* fix: Add URL-encoded middleware and request body logging for /register endpointAkshay" (aider)2024-11-091-0/+1
* refactor: Replace db.run with db.query and update database nameAkshay2024-11-091-3/+7
* feat: Export and import db instance in index.js and routes/index.jsAkshay" (aider)2024-11-081-0/+2
* fix: add unique constraint to user_id and subreddit in subscriptions tableAkshay" (aider)2024-11-081-1/+2
* feat: Add user registration, login, and subscription management with SQLiteAkshay" (aider)2024-11-081-0/+21
* fix media.pugAkshay2024-11-051-1/+1
* add biomeAkshay2024-11-051-11/+10
* add nix moduleAkshay2024-08-301-1/+2
* bundle styles correctlyAkshay2024-08-291-1/+1
* initAkshay2024-08-291-0/+17