Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 659 Bytes

readme.md

File metadata and controls

39 lines (24 loc) · 659 Bytes

Node.js Express CRUD Application

This is a simple Node.js Express CRUD books application.

Prerequisites

Before running this application, make sure you have the following installed:

  • Node.js > (version 16.3.0)
  • npm > (version 7.15.1)

Installation

  1. Clone the repository:

    git clone https://github.com/moamahfouz/nodejs-express-crud.git
  2. Navigate to the project directory:

    cd nodejs-express-crud
  3. Install the dependencies:

    npm install

Screenshots

Get all books

Get book by id