A project in progress made to make a social platform API similar to Twitter/X with posts, comments and likes.
- Create, list, edit and delete posts.
- Create, list, edit and delete comments on posts.
- Like, unlike, list number of likes on a post / comment.
- 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
- Node.JS
- MySQL
- TypeScript
- Express.JS
- Sequelize