Skip to content

Java spring boot basic maven, java spring boot mongodb and microservices

Notifications You must be signed in to change notification settings

MdSamsuzzohaShayon/springboot-java-microservices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Springboot

  • tutorial, start project from here and import into intellij or eclipse
  • There are 3 api endpoints is beed made
    • / Test the api curl -X DELETE http://localhost:8080
    • /photoz Get all photo curl -X GET http://localhost:8080/photoz
    • /photoz/1 Get single photo curl -X GET http://localhost:8080/photoz/1
    • /photoz/1 delete single photo curl -X DELETE http://localhost:8080/photoz/1
    • /photoz create a photo curl -X POST http://localhost:8080/photoz -H 'Content-Type: application/json' -d '{"fileName": "file2.jpg"}'
    • /photoz upload a real photo http://localhost:8080/upload.html
    • /download/photoId Download the uploaded photo http://localhost:8080/download/bf29356-eeb6-4a73-adc7-aae43251a8d9
  • Database operations

https://www.youtube.com/watch?v=lh1oQHXVSc0&list=PLSVW22jAG8pBnhAdq9S8BpLnZ0_jVBj0c

About

Java spring boot basic maven, java spring boot mongodb and microservices

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published