crud-api-express 1.2.2 → 1.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/readme.md +1 -3
package/package.json
CHANGED
package/readme.md
CHANGED
|
@@ -3,7 +3,6 @@
|
|
|
3
3
|

|
|
4
4
|

|
|
5
5
|

|
|
6
|
-

|
|
7
6
|

|
|
8
7
|

|
|
9
8
|

|
|
@@ -18,9 +17,8 @@ Install the package using npm:
|
|
|
18
17
|
```bash
|
|
19
18
|
npm install crud-api-express
|
|
20
19
|
```
|
|
21
|
-
|
|
22
20
|
This project provides a flexible and reusable CRUD (Create, Read, Update, Delete) API controller for MongoDB using Express.js and Mongoose.
|
|
23
|
-
|
|
21
|
+
|
|
24
22
|
|
|
25
23
|
## 📌 Table of Contents
|
|
26
24
|
|