/socialAppAPI

Social App API made using express.

Primary LanguageTypeScript

SocialApp API (WIP):

A project in progress made to make a social platform API similar to Twitter/X with posts, comments and likes.

Current features:

  • Create, list, edit and delete posts.
  • Create, list, edit and delete comments on posts.
  • Like, unlike, list number of likes on a post / comment.

TODO:

  • remove redundant words in post and comment paths ex: (/post/{create})
  • clean / comment the code
  • better error handling
  • work on authentication
  • paginate the API
  • auth credentials validation
  • create API docs

Tech Stack used:

  • Node.JS
  • MySQL
  • TypeScript
  • Express.JS
  • Sequelize