Giter Club home page Giter Club logo

restful-web-service's Introduction

This is a RESTful web service project

Frameworks and tools used

Spring Boot to create Restful interface
Spring Boot actuators for production ready inbuilt endpoints
gradle for build

Endpoints available

Production ready endpoints http://localhost:8080/health/ and http://localhost:8080/info/

Service endpoints http://localhost:8080/sayhello/

Launching the service using jar :

  1. Download the zip from github
  2. Navigate to lib folder
  3. Open command prompt and run the command java -jar restful-web-service-0.0.1.jar
  4. Open browser and access below endpoints
  5. To know the health of the application http://localhost:8080/health/
  6. Provides more details about the application http://localhost:8080/info/
  7. A very useless endpoint that does nothing http://localhost:8080/sayhello/

Launching the service from eclipse :

  1. Download the zip from github
  2. Rename it to restful-web-service
  3. Import as gradle project in eclipse Download gradle plugin from eclipse marketplace if not installed already
  4. Run InitApplication class to launch the service
  5. Open browser and access the endpoints

restful-web-service's People

Contributors

sachinkumar579 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.