bradwj / friend-advisor

FriendAdvisor is a mobile app with a focus on allowing friends and family to coordinate and receive text notifications about upcoming group events.
https://friendadvisor.tech
MIT License
4 stars 0 forks source link

Add method for joining a group #35

Closed demonlexe closed 2 years ago

demonlexe commented 2 years ago

On the backend, a method for /groups/join will be added to take two params: userId and joinId, then add the userId to the group's members.

demonlexe commented 2 years ago

Done. Now needs to be implemented by front-end.