Bookie empowers you to create a personalized reading list, record your reading progress, write book reviews, and rate the books you've read. Whether you're an ardent book lover, a casual reader, or someone exploring the world of literature, Bookie caters to all.
Link to app: https://bookie-f.vercel.app/login

| Method |
Endpoint |
Description |
Auth? |
| 'GET' |
'/' |
Get all books |
🔒 |
| 'GET' |
'/books/:id' |
Get book by id |
🔒 |
| 'POST' |
'/books/new' |
Create new book |
🔒 |
| 'DELETE' |
'/books/:id' |
Delete book by id |
🔒 |
| 'PUT' |
'/books/:id/edit' |
Edit book by id |
🔒 |
| Method |
Endpoint |
Description |
Auth? |
| 'POST' |
'/login' |
Login user |
|