You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project is a backend server for a social network application, built using Ktor. It provides essential
functionalities such as authentication, user management, posts, likes, subscriptions, comments, and categories.
Features
Authentication: User login and registration with JWT authentication.
Users: Retrieve and manage user profiles.
Posts: Create, read, update, and delete posts.
Likes: Like/unlike posts.
Subscriptions: Follow/unfollow users.
Comments: Add and retrieve comments on posts.
Categories: Categorize posts into different topics.
backend server for a social network application, built using Ktor. It provides essential functionalities such as authentication, user management, posts, likes, subscriptions, comments, and categories.