API to manage a Library
npm run start # production
npm run dev # development
npm run test
Go to : https://localhost:3000/api-docs/
open the route section and try it out
To launch massive imports of books, you can follow the next steps :
- Create a
imports
folder. - Put the book folder you want to import in the
imports
folder. - Launch the import route :
/books/imports
The folder should have the follow structure :
├── src
└── imports # all books to import
└── My book to import/