Please enable JavaScript.
Coggle requires JavaScript to display documents.
Social App - Coggle Diagram
Social App
Client
Main page
Search
Account
Change pfp
Change name
Change email
2FA (!!)
Change password
Sign In / Sign Up
Key features
Make a post
Make a comment
Like a post
Chat
Server
Auth
Indentity Core + JWT-tokens for SPA
Roles
Admin
User
Endpoints
Users
GET current user
GET user by id
GET all users
PUT username
PUT pfp
PUT desc
DELETE account (s/h)
Auth
Posts
POST new one
GET all
GET by id
PUT by id
DELETE by id (s/h)
Comments
POST new one by post id
GET all
PUT by id
DELETE by id (s/h)
Reactions
Chats
Messages
Technologies
Client
React
Redux
TypeScript
Tailwind (?)
Server
ASP.NET Core
Entity Framework
SQL Server
C#