Skip to content

markmihalyi/social-media-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Outdated Project

Since I was really newbie when I made this project, the project's file structure isn't that great for maintainability and best practices are rarely used in this project. Although, the code worked fine, I still had a long way to the perfection then.

Important note: in this project all of the business logics are inside the routers, but it's a really bad practice. In my recent projects (private yet) I always make controllers and I put the business logic inside the controller files.

Todo

In Progress

  • Friend system:
    • Get a user's friend list (GET: list)
    • Send friend request to a user (POST: request)
    • Cancel friend request (DELETE: request)
    • Accept friend request (PUT: accept)
    • Decline friend request (PUT: decline)

Done ✓

  • React to posts feature (sendReaction, undoReaction, getReaction)
  • Comment to posts feature (newComment, deleteComment)
  • Manage posts feature (createPost, deletePost, getPosts)
  • JWT authentication

About

A basic social media app API. This project was just for my own learning.

Topics

Resources

Stars

Watchers

Forks