DPigeon / Edge

A web-base application kind of like a social media site to allow parents to communicate with teachers and vice-versa.
0 stars 1 forks source link

Creating Groups #91

Closed AnasBuyumad closed 5 years ago

AnasBuyumad commented 5 years ago

A group should be created after a POST request on /groups

Body -> { "name": "groupName"}

Answer -> { "name": "groupName", "id": id}

DPigeon commented 5 years ago

Thanks for all of these. I needed them for frontend.

DPigeon commented 5 years ago

Do you mind adding a description field on the groups ? @AnasBuyumad

AnasBuyumad commented 5 years ago

I can do that no problem, not sure when but by tomorrow it should be okay @DPigeon