Repository files navigation Supo.dev - The Social Media For The Terminal.
[GET] /posts/{post_id} - Get Post by ID DONE
[POST] /posts - Create New Post DONE
[DELETE] /posts/{post_id} - Delete Post by ID DONE
[POST] /follows/{user_id} - Follow a User DONE
[DELETE] /follows/{user_id} - Unfollow a User DONE
[POST] /likes/{post_id} - Like a Post DONE
[DELETE] /likes/{post_id} - Unlike a Post DONE
[POST] /users - Register New User DONE
[DELETE] /users - Delete User Account DONE
[POST] /email/send-verification - Resend Verification Email DONE
[POST] /email/verify - Verify Email with Token DONE
Login & Session Management (end)
[GET] /sessions - Check Current Session DONE
[POST] /sessions - Login DONE
[DELETE] /sessions - Logout DONE
[GET] /users/{user_id} - Get User Profile by Username DONE
[PUT] /users/{user_id} - Update User Profile DONE
[GET] /feeds/{feed_type} - Get Feed (feed_type can be 'for-you' or 'following') DONE
About
exclusively on the terminal: a social network for hackers with vim bindings, code snippets, and the raw vibe of early twitter.
Resources
Stars
Watchers
Forks
Languages
PHP
64.9%
Blade
34.9%
Other
0.2%
You can’t perform that action at this time.