Linkr | Back end

Overview

The purpose of this Full Stack project was to create a web application to post and share links. Preview Linkr APP.

Routes

  • POST /
  • POST /signup
  • POST /posts
  • GET /posts
  • POST /posts/:id/edit
  • DELETE /posts/:id
  • GET /trendings
  • GET /hashtag/:hashtag
  • GET /user/:id
  • GET /search/:username
  • GET /posts/newPostsQty/:date
  • POST /likes
  • GET /likes
  • GET /likes/user
  • DELETE /likes/:id
  • POST /comments
  • GET /comments
  • POST /user/:id/follow
  • GET /user/:id/follow
  • GET /follow/user
  • GET /follows
  • POST /reposts

Technologies