This project is made with Java Spring Boot and MySQL DataBase. This project uses REST API's to make modifications in database and fetch data.The main application is stored in com.spring.finlearn package as Java File FinLearnApplication.
- POST /create
{
"username":"",
"firstname:"",
"lastname":"",
"email":""
}
-
POST /add/{userA}/{userB}
-
GET /friendRequests/{userA}
-
GET /friends/{userA}
-
GET /suggestions/userA