Skip to content

iamaksm/Book-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Management API

A simple RESTful API for managing books built with Node.js, Express, Mongoose, and MongoDB.


Features

  • Retrieve all books (GET /books)
  • Retrieve a book by ID (GET /books/:id)
  • Add a new book (POST /books)
  • Update an existing book (PUT /books/:id)
  • Delete a book (DELETE /books/:id)

Tech Stack

Component Technology
Runtime Node.js
Server Express.js
Database MongoDB
ODM Mongoose
Config dotenv
Middleware CORS, express.json

Installation & Setup

  1. Clone the repository:

    git clone https://github.com/iamaksm/Book-Management.git
    cd Book-Management
    
  2. Install Dependencies: npm install

  3. Add .env file

    image

    Link: https://book-management-ddj3.onrender.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published