Skip to content

Commit 96a3cc3

Browse files
committed
postman link added
1 parent 05d5a64 commit 96a3cc3

File tree

1 file changed

+4
-25
lines changed

1 file changed

+4
-25
lines changed

README.md

Lines changed: 4 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
This project is a web application developed using Node.js v16.20.1. It follows the Model-View-Controller (MVC) architectural pattern, providing a structured and modular approach to building web applications.
1010

11-
# THIS DOCUMENTATION IS NOT FINISHED AT THE MOMENT
1211

1312
## Development Environment Setup
1413

@@ -51,7 +50,7 @@ STRIPE_TOKEN=sk_text_z&&2DbCJa9d3gZkxFwJdE$&hHbRe47KHxAF%&N#qRVx*zVFG$W
5150
| User Stats | `/api/users/stats` | Get |
5251
| Find user by Id | `/api/users/find/:userId` | Get |
5352

54-
[Postman Documentation]()
53+
[Postman Documentation](https://documenter.getpostman.com/view/21643141/2s93sXcaLf#f3eb5112-676b-46c6-89a2-f5dd6b6c0927)
5554

5655
### Products
5756

@@ -65,7 +64,7 @@ STRIPE_TOKEN=sk_text_z&&2DbCJa9d3gZkxFwJdE$&hHbRe47KHxAF%&N#qRVx*zVFG$W
6564
| Edit Product Info | `/api/products/update/:productId` | Put |
6665
| Hide Product | `/api/products/hide/:productId` | Put |
6766

68-
[Postman Documentation]()
67+
[Postman Documentation](https://documenter.getpostman.com/view/21643141/2s93sXcaLf#da18f92d-0285-461d-86d8-af8f93f4b079)
6968

7069
### Cart
7170

@@ -77,7 +76,7 @@ STRIPE_TOKEN=sk_text_z&&2DbCJa9d3gZkxFwJdE$&hHbRe47KHxAF%&N#qRVx*zVFG$W
7776
| Edit Cart | `/api/carts/:cartId` | Put |
7877
| Delete Cart | `/api/carts/:cartId` | Delete |
7978

80-
[Postman Documentation]()
79+
[Postman Documentation](https://documenter.getpostman.com/view/21643141/2s93sXcaLf#30fad45b-31df-4ebc-a672-1a16c89c1267)
8180

8281
### Purchases
8382

@@ -91,27 +90,7 @@ STRIPE_TOKEN=sk_text_z&&2DbCJa9d3gZkxFwJdE$&hHbRe47KHxAF%&N#qRVx*zVFG$W
9190
| Delete Purchase | `/api/purchases/:purchaseId` | Delete |
9291
| Edit Purchase | `/api/purchases/create` | Put |
9392

94-
[Postman Documentation]()
95-
96-
### Comments
97-
98-
| Comments Actions | Routes | Http Verb |
99-
| ---------------- | ---------------------- | --------- |
100-
| Create Comment | `/api/comments/create` | Post |
101-
| Delete Comment | `/api/comments/delete` | Delete |
102-
| Create Comment | `/api/comments/getAll` | Get |
103-
104-
[Postman Documentation]()
105-
106-
### Responses
107-
108-
| Responses Actions | Routes | Http Verb |
109-
| ----------------- | ------------------------------------ | --------- |
110-
| Create Response | `/api/responses/create` | Post |
111-
| Delete Response | `/api/responses/delete/:responsesId` | Delete |
112-
| Get All Response | `/api/responses/getAll` | Get |
113-
114-
[Postman Documentation]()
93+
[Postman Documentation](https://documenter.getpostman.com/view/21643141/2s93sXcaLf#31c36708-d610-4480-8c8a-628bb32dcfde)
11594

11695
## Tests
11796

0 commit comments

Comments
 (0)