mp12_social_network
-
Notifications
You must be signed in to change notification settings - Fork 0
The app will have an entity called Person that can be managed through the /persons endpoint. Post will add a person, get will show all of them. In order to friend one person with another, we will send a put operation to the endpoint /persons/{id1}/friend/{id2} will be used. In order to unfriend we will send another put operation to the endpoint …
Thaerohde/mp12_social_network
About
The app will have an entity called Person that can be managed through the /persons endpoint. Post will add a person, get will show all of them. In order to friend one person with another, we will send a put operation to the endpoint /persons/{id1}/friend/{id2} will be used. In order to unfriend we will send another put operation to the endpoint …
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published