Skip to content

πŸ§‘πŸ½β€πŸ’» Portfolio project demo with updating and filtering data with spring-bootπŸƒ πŸš€

Notifications You must be signed in to change notification settings

rengifocris/portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

portfolio πŸ§‘πŸ½β€πŸ’»

Portfolio project with updating and filtering data

Run this locally πŸ§‘πŸ½β€πŸ’»

 git clone https://github.com/rengifocris/portfolio.git
 cd into portfolio
./mvnw spring-boot:run
open a browser on http://localhost:8080

Api Endpoints

Query Portfolio Information

Going to this URL you're gonig to be able to see the swagger docs http://localhost:8080/swagger-ui.html

GET.request.portfolio.mov

Sample Request for fetching dataπŸ‘‡πŸ½

curl -i -X GET 'http://localhost:8080/portfolio/{IdNumber}'

Update Portfolio Information

Going to this URL you're gonig to be able to see the swagger docs http://localhost:8080/swagger-ui.html

PUT.request.portfolio.mov

Sample request for update dataπŸ‘‡πŸ½

curl -i -X PUT \
   -H "Content-Type:application/json" \
   -d \
'{
 "photo": "https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/Marvel_Logo.svg/2560px-Marvel_Logo.svg.png",
 "title": "Marvel",
 "description": "Marvel comics and marvel studios are rocking!!",
 "twitterUsername": "Marvel"
}' \
 'http://localhost:8080/portfolio/{IdNumber}'

Technologies

Timer

15 hours nearly.

About

πŸ§‘πŸ½β€πŸ’» Portfolio project demo with updating and filtering data with spring-bootπŸƒ πŸš€

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published