Skip to content

Commit c55ee6c

Browse files
Update README.md
1 parent 61bc473 commit c55ee6c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# This is a RESTful API for User Authentication + Authorization
1+
# A NodeJs/Express RESTful API for User Authentication + Authorization using MongoDB and Gitpod Docker
22
The following are the endpoints with their brief description: (you can use POSTMAN or any other api caller....(however, I used PSOTMAN for TESTING))
3+
34
================================================================
45
POST: /api/auth/signup
56
Description: for SignUp/Registeration
@@ -20,11 +21,13 @@ example request body---> {
2021
================================================================
2122
================================================================
2223
POST: /api/auth/signout
23-
Description: for Logout/SignOut
24+
Description: for Logout/SignOut
25+
2426
================================================================
2527
================================================================
2628
GET: /api/test/all
27-
Description: for Public Content Authroization
29+
Description: for Public Content Authroization
30+
2831
================================================================
2932
================================================================
3033
GET: /api/test/user

0 commit comments

Comments
 (0)