aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web/app/api/v1/bookmarks/route.ts (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-11refactor: Migrating to trpc instead of next's route handersMohamedBassem1-55/+0
2024-02-09[ui] Adding the favourites and archive pagesMohamedBassem1-2/+10
2024-02-09[chore] Linting and formating tweakingMohamedBassem1-2/+2
2024-02-09[refactor] Extract the bookmark model to be a high level model to support oth...MohamedBassem1-12/+10
2024-02-08[refactor] Move the different packages to the package subdirMohamedBassem1-0/+0
2024-02-07[ui] Very first draft of the link gridMohamedBassem1-32/+4
2024-02-06Implement metadata fetching logic in the crawlerMohamedBassem1-4/+14
2024-02-06Linting and formattingMohamedBassem1-43/+50
2024-02-06Move the web app into a subdirMohamedBassem1-0/+0
2024-02-06Start using zod in the APIMohamedBassem1-12/+20
2024-02-06[API] Add the GET /api/v1/links apiMohamedBassem1-0/+24
2024-02-06[API] Add the POST /api/v1/links apiMohamedBassem1-0/+28