Backend API for the InkSoul social platform
All API routes are operational and ready to handle requests.
/api/postsFetch all posts/api/postsCreate a new post/api/storiesFetch active stories/api/storiesCreate a new story/api/story-highlightsFetch story highlights/api/story-highlightsCreate a story highlight/api/usersFetch all users/api/usersCreate a new user/api/contestsFetch all contests/api/contestsCreate a new contest/api/giftsFetch all virtual gifts/api/transactionsFetch user transactions/api/likesLike a post/api/commentsComment on a post/api/followsFollow a user/api/conversationsFetch user conversations/api/messagesSend a message/api/uploadUpload filesThis is the backend API server. To use the InkSoul app, access the mobile app interface.