- next.js
- node.js
- express.js
- passport.js
- harper.db
- quotes
- add new quote
- book name (optional)
- author name
- quote [optional] upload image -> text from image
- db schema
- user_id
- book_name
- author_name
- quote
- image_url
- love_count
- created_at
{
"user_id": "1",
"book_name": "deep work"
}
- topic_name
- user_id
- date
- view_count
- comment_count
- upvote_count
- downvote_count
| u | Topic name
| +2 |
| d | by username @ date & time . 11 comments . 200 views
- book_id
- book_title
- book_author
- book_genre
- book_short_description
- book_thread_count
- book_img_url
- genre_id
- genre_name
- genre_book_count