/book-d-API

Backend API for book-d

Primary LanguageJavaScript

Book-d Backend API

Overview

Welcome to Book-d Backend API! This API is built with Nodejs and Expressjs, a framework for building Server side applications with JavaScript.

Table of Contents

Getting Started

Prerequisites

Before you begin, ensure you have met the following requirements:

Installation

  1. Clone the repository:

    git clone https://github.com/SumailaBello/book-d-API.git
    
  2. Navigate to the project folder:

    cd book-d-API
    
  3. Install dependencies:

    npm install
    
  4. To start the development server, run:

    npm start