This is a simple Node.js Express CRUD books application.
Before running this application, make sure you have the following installed:
- Node.js > (version 16.3.0)
- npm > (version 7.15.1)
-
Clone the repository:
git clone https://github.com/moamahfouz/nodejs-express-crud.git
-
Navigate to the project directory:
cd nodejs-express-crud
-
Install the dependencies:
npm install