Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 966 Bytes

README.md

File metadata and controls

28 lines (14 loc) · 966 Bytes

Post

This is a CRUD app built to learn basics of Spring Boot where User can Create Post, can Update them or Delete them and View Posts that are Created. As well as User can Also Comment and Like on the specific post which can be retrived through their post.

Screenshots

Get Post and Comment according to Post !

image

Save Post Without Comment !

image

Save Comment with Post Id !

image

Result

image

Delete Post also deletes comment associates to it !

image