Skip to content

The Books Service API is a Node.js and Express application for managing books and libraries, featuring user authentication with JWT tokens. It uses MongoDB for data storage and Firebase for storing images. The API supports CRUD operations and is hosted on Render, with a Postman collection available for testing.

Notifications You must be signed in to change notification settings

prathakpr/Book-Servicing-API

Repository files navigation

Books Service API

A Books Service API built with Node.js and Express.js, providing functionality for:

  • User Authentication: Sign up and login with JWT token-based authentication.

  • Book Management: Add, retrieve, and manage books by name and associated library.

  • Library Management: Handle libraries with books and track which books belong to each library.

  • Firebase Integration: Used for storing book images in Firebase Storage Bucket.

  • MongoDB: For database management of users, books, and libraries.

  • Postman: API testing and documentation provided through a Postman collection.

  • Screenshots

Firebase Storage MongoDB Compass Postman
Screenshot1 Screenshot2 Screenshot3

Hosted Links

About

The Books Service API is a Node.js and Express application for managing books and libraries, featuring user authentication with JWT tokens. It uses MongoDB for data storage and Firebase for storing images. The API supports CRUD operations and is hosted on Render, with a Postman collection available for testing.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published