This is a basic CRUD application that allows you to create, read, update, and delete users. The overall flow will be based on a simple Library Management System.
project/
│
├── controllers/
│ └── bookController.js
│
├── models/
│ └── bookModel.js
│
├── routes/
│ └── bookRoutes.js
│
├── views/
│ └── index.ejs
│
├── app.js
└── package.json