Skip to content

thegeekplanets/springboot-swagger

Repository files navigation

Project Title

This application is implmenting the basic swagger ui features on Restful endpoints.

Authors

Features

  • Implementation of a RESTful API featuring full CRUD capabilities
  • Integration of Swagger UI for enhanced API documentation
  • Deployment of a Docker image for streamlined application distribution
  • Efficient configuration of GitHub Actions for continuous integration and delivery

Deployment

Without Docker

  1. Install required dependencies
    maven clean install
  1. Run the main class. i.e SpringbootSwaggerApplication.java

With Docker

To deploy this project run

  1. Install the docker application

  2. Pull the latest docker image

  docker pull thegeekplanets/springboot-swagger
  1. Run the docker image
  docker run -p 8080:8080 thegeekplanets/springboot-swagger

Demo

Open this link after running the application

http://localhost:8080/swagger-ui/index.html

Documentation

Docker commands

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •