All Endpoints from django application
- /auth Get the JWT Token
- Get a list of all posts from people I follow
- Get a list of all posts a unique user
- Create a new Post
- Delete a post if i'm the owner
- Like or Remove the like from a unique post
- check if i have my like in a certain post
- send the request with ?search= to look for a post
- Create a user with all fields
- change the password
- returns the username from the guy that send the token
- Login a user
- logout the user
- get the users profile with the username
- send the request with ?search= to look for a profile
- To follow or unfollow a user
- Checks if the user is already been followed
- Edit your own profile
- get all the messages
- List the users that i'm following or that sent me a message
- List all my notifications
- create a new storie
- List the stories available for that user