Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 616 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 616 Bytes

Local-Library-API

REST API built for EKitaab-Store FE repo https://github.com/sjshank/eKitaab-Store

Node Express REST API

  • Deployed at https://local-library-api.onrender.com

  • API Endpoints :

    1. https://local-library-api.onrender.com/catalog
    2. https://local-library-api.onrender.com/catalog/books
    3. https://local-library-api.onrender.com/catalog/authors
    4. https://local-library-api.onrender.com/catalog/genres
    5. https://local-library-api.onrender.com/catalog/bookinstances
    

NextJS FrontEnd