Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 627 Bytes

File metadata and controls

15 lines (7 loc) · 627 Bytes

Spring-Boot-Project

Creating 2 API’s to Perform CRUD Operation same as Twitter / Facebook. In which a user will have a profile which contains basic details of user. we can get user from DB, we can insert a User in DB, we should be able to delete the user from DB and update user profile. there should be a wall kind of thing in which user can write on the wall and we should be able to get that post when i do get posts for that user

so API's can be like this:

/api – methods (GET , POST , PUT , DELETE )

/api/wall – methods (GET , POST )

Command to Build the Project mvn clean compile install