/eLibrary

An implementation of an eLibrary backend infrastructure using the Java programming language, Springboot backend framework and MongoDB as the database.

Primary LanguageJava

eLibrary

An implementation of an eLibrary Restful API using the Java programming language, Springboot backend framework and MongoDB as the database.

Project Overview: The purpose of this software development project is to create a public RESTful API for eLibraries to build upon.

The core deliverable features of this API is to allow users search for available books and retrieve book details. Details that can be stored and retrieved by the API include ebook titles, description, author, ISBN, number of pages, publication year, publisher, image URL, and download URL.

Request Method - REST(GET, POST, PATCH)

API Version - 1.0

Response Format - JSON

Tools Used:

Languages: Java

IDE: Jetbrains Intellij

Version Control: Git, Github

API Testing: Postman

Build: Maven

Backend Framework: SpringBoot

Database: MongoDB