/BrewApps

This is backend Nodejs Assignment

Primary LanguageJavaScript

Book Management API

This Node.js application provides a RESTful API for managing books. It allows you to perform basic CRUD (Create, Read, Update, Delete) operations on book records.

API Endpoints and Their Usage

Installation

To set up and run this application locally, follow these steps:

  1. Clone the GitHub repository:

    git clone https://github.com/JugalBoro/BrewApps.git
    cd BrewApps
    
  2. Install Dependencies :

    npm install

3. Make .env File :

Copy all the details of .env.dev into .env file
  1. Start the Application:
    npm start