Skip to content

jenniekibiri/nodejsbackend

Repository files navigation

Social networking app

technologies

  • nodejs
  • mongoDb
  • Reactjs
  • express js

Apis

Test the routes with postman

   {
    "/":"api docs",
    "/signup":"signup",
    "/signin":"signin",
    "/signout":"signout",
    "/users":"get all users",
    "/users/:UserId":"get user",
    "/user/:userId":"update user",
    "/user/:userId":"delete user",
    "/posts":"getall posts",
    "/posts/new/:UserId":"create a new post",
    "/posts/by/:UserId":"get posts by user",
    "/updatepost/:postId":"update post",
    "/deletepost/:postId":"delete post"


   }
  • clone to your desktop
  • npm install
  • npm start

https://letsnetwork.herokuapp.com/

About

A social blog API developed using Nodejs, Express, Mongo , jwt

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published