alirezaasghari / mp12-social-network-Fakebook

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 /persons/{id1}/unfriend/{id2}.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mp12-social-network-Fakebook

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 /persons/{id1}/unfriend/{id2}.

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 /persons/{id1}/unfriend/{id2}.


Languages

Language:Shell 41.2%Language:Batchfile 31.8%Language:Java 27.0%