/SpringBoot-Swagger-Rest-API-for-Wine-Cellar

:wine_glass: REST API to manage wine cellar with Swagger-Springboot

Primary LanguageJavaMIT LicenseMIT

🍷 SpringBoot-Swagger Rest API

This is a school project for the course INFO806 Integration Continu given by Guillaume Jambet

REST Api to manage your wine cellar 🍷

You can checkout the Angular5 client

Overview

This project is using a boilerplate

Technologies

The following are the key technologies used in the project:

Running the Project

To run the project:

  1. Clone this repository
  2. Go to the root directory of the repository: cd ./spring-swagger-api
  3. Run the package Maven task: mvn package
  4. Go to the target directory
  5. Run the generated JAR file: java -jar <JAR-file>

To view the generated Swagger UI documentation go to: http://localhost:8080/swagger-ui.html

To view the H2 Database http://localhost:8080/h2console/

API Endpoints

api-swagger-documentation