This project aims to make group projects easier by automatically finding you partners for small teams. It is able to select partners not based on your mentioned preferences, but in an impatial way exposing several endpoints in a user-facing API which later connects to the business logic API where the magic happens. The user-facing endpoints are as follows:
POST /give_me_partener/
Body | Type | Description |
---|---|---|
user_id |
int |
Required id of the user that wants a partner |