devops-tim-2 / devops-tim-2/MessageService

Feature: Send message

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
good first issue wontfix
Dominant language
No language data
Stars
0
Forks
0
PR merge metrics
No merged PRs in 30d

Description

Implement and test out add message functionality. Basic use case would be:

1. Logged user, with valid jwt token sends POST http request to /<:u_id> endpoint, wishing to send message to user with id u_id
2. If logged user follows the user with id=u_id , add Message entity to database, otherwise return 403 (doesn't follow) or 404 (u_id user does not exist in database).

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.