Commit Graph

17 Commits

Author SHA1 Message Date
f8ad54392a add filter read/want read when browsing books 2025-11-07 16:09:54 +01:00
a8f83db83f Make "want read" button work 2025-11-06 15:53:24 +01:00
26df6417b1 added rating books 2025-10-29 22:38:38 +01:00
b4df375e4c Manage display of book covers 2025-10-28 18:35:36 +01:00
8b8eee8210 Add component to upload book cover images 2025-10-27 22:51:28 +01:00
873c3c89fa Add route to get a particular book 2025-10-24 20:06:41 +02:00
517765114d feat: mark book as read 2025-10-22 14:34:08 +02:00
e5347e3583 add userbook from searched book 2025-10-20 17:56:12 +02:00
bb0ede6abd Search existing books 2025-10-14 00:29:53 +02:00
4f1452e0d9 fix extract error from api call 2025-10-09 00:34:57 +02:00
fc31cc5507 fix API POST calls 2025-10-08 15:20:03 +02:00
cb1f974f02 Integrate users and books
- new table userbook linking users and book
- moved rating to users book
- updated demo data and tests
- updated front to hide routes from non connected users
2025-10-05 16:14:53 +02:00
dd0fb6f5ba Implement authentication in frontend 2025-10-04 15:54:31 +02:00
f20e177480 add basic user authentication 2025-10-01 21:43:37 +02:00
57355fe9ac added user signup feature 2025-09-26 23:57:36 +02:00
2f0a9b5127 added validation when adding a book 2025-09-24 17:06:39 +02:00
8432902df1 Second commit
added few test, first api to add book
2025-09-23 17:16:48 +02:00