/socialnetwork

backend developer network project using nodejs expressjs mongodb.all api list this project:register:http://localhost:5000/api/users (name,email,password) login:http://localhost:5000/user (name,email) get all user:http://localhost:5000/api/auth get login user profile:http://localhost:5000/api/profile/me update profile:http://localhost:5000/api/profile get all profile:http://localhost:5000/api/profile get profile by userid:http://localhost:5000/api/profile/user/5da553dc8850ef2958f8716f delete profile user and post :http://localhost:5000/api/profile add profile exprience:http://localhost:5000/api/profile/experience delete profile exprience: http://localhost:5000/api/profile/experience/5da583b3be61ea1a14c130b1 delete education : http://localhost:5000/api/profile/education/5da59c3e2b2ed219f8b10c83 add education : http://localhost:5000/api/profile/education add post: http://localhost:5000/api/posts get all post :http://localhost:5000/api/posts get post by id: http://localhost:5000/api/posts/5da708d6b74b9c2a4c58b0bb http://localhost:5000/api/posts/5da5fbaffa6a6819608de693 like post bt id: http://localhost:5000/api/posts/like/5da708d6b74b9c2a4c58b0bb unlike post by id :http://localhost:5000/api/posts/unlike/5da5f27fa17a582a241df4d0 delete comment: http://localhost:5000/api/posts/comment/5da708d6b74b9c2a4c58b0bb/5da71165f1990836d03797eb

Primary LanguageJavaScript

Watchers