All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
- add generic error obj for disabled routes (83075f4)
- api: disable sending welcome email on /auth/signup api (ca500c7)
- api: implement annotate news api without db integration (866258d)
- api: implement db integration for /news/annotate api with user id as null (bb50737)
- api: implement db integration for get all annotation options api (502238d)
- api: implement fetch annotation options api without db integration (6032c3f)
- api: implement news prediction api with mock ml function (a447fd2)
- api: implement news submission api (without date min validation) (b31bcd1)
- disable auth on /annotations and /news routes (ed7d91b)
- disable signup and reset password endpoints in authRoute (ff8f37d)
- enable authorization for /annotations route (24254ee)
- enable authorization for /news and /annotations routes (03ad5a6)
- enable authorization for /news route (b83e9e4)
- impelement inserting userId to news annotation map table on /news/annotate api (4ca4eea)
- implement middleware to disable specific endpoints in specific routes (575f284)
- implement request body validation for /news/annotate api (c770ccc)
- integrate ml model to predict fake news (7804449)