Skip to content

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…

Notifications You must be signed in to change notification settings

spdpiyush/Spring-Boot-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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…

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages