Commit Graph

18 Commits

Author SHA1 Message Date
dd44fad294 fix(db): incorrect NER column name in database saving 2026-03-02 18:30:52 +00:00
7ddd625bf8 fix: database schema missing type column 2026-03-01 16:40:00 +00:00
d20790ed4b fix: incorrect dataset authorisation check 2026-03-01 16:10:42 +00:00
5fb7710dc2 feat: dataset now persists to database 2026-03-01 16:01:15 +00:00
2493c6d465 feat: add save_dataset method to db 2026-03-01 15:01:07 +00:00
d0a01c8d2f feat: unify posts and comments tables 2026-03-01 15:00:54 +00:00
41f10c18cf feat: add nlp cols to database schema 2026-02-24 14:13:41 +00:00
058f3ae702 feat: update schema to include posts and comments 2026-02-23 22:53:15 +00:00
3165bf1aa9 feat: add login endpoint 2026-02-23 22:40:26 +00:00
29a4e5bb22 feat: add database schema 2026-02-23 22:36:07 +00:00
96a5bcc9e8 feat: add database & auth manager classes 2026-02-23 22:27:15 +00:00
538ea9fe12 Remove database connection and schema setup from the project 2026-01-13 19:01:18 +00:00
195188dcd7 update User-agent header in _fetch_data method and add __exit__ method to Database class 2026-01-11 15:30:34 +00:00
d3c985ba1f update posts table schema to include title and author_username fields 2026-01-11 14:44:34 +00:00
5e1bccb2a8 add execute_many method to Database class and update fetch_reddit endpoint to insert posts into database 2026-01-11 14:44:22 +00:00
c12e1f7623 add database schema and update docker-compose for initialization 2026-01-11 14:22:46 +00:00
fd437db4eb add basic flask server and requirements 2026-01-11 13:35:41 +00:00
be61a9c7ae ADD requirements.txt & Database class 2025-11-06 15:45:09 +00:00