Skip to content

syedr-prog/rest-demo

Repository files navigation

rest-demo

Running the project

  1. Download the maven packages
    • locate the rest-demo project folder, go to .git file folder in the file explorer filepath bar
      • cmd (press Enter)
      • In the command prompt or terminal
        • mvn install
    • Or in intellij
      • Go to pom.xml file and wait for install mvn to appear and click the button to install all dependencies
  2. intellij build configuration
  • img_4.png
  • img_5.png
    • use openjdk20
  1. Every time new path is added the application will need to be stopped and started again
  • img.png

Testing api

  1. Testing post path with postman
  • img_1.png
    • It should return "Cloud Vendor Created Successfully"
  1. Testing get path with postman
  • img_2.png
  1. Testing update path
  • img_3.png
  1. Testing delete path
  • img_6.png

Cheers:)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages