Skip to content

Rufi512/book-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book store

This is a test from scraping of books in the page (https://www.goodreads.com/)

How to use

Get the first page of books, with 20 results per page

GET https://book-store-mh5a.onrender.com/api/books/list?q=<name_book>&p=1

Get a specific book (is necessary the id from book)

GET https://book-store-mh5a.onrender.com/api/books/show/38201488-miedo

How to run

  1. Install dependecies
pnpm i
  1. Run
pnpm run dev

Releases

No releases published

Packages

No packages published