Skip to content

Habib-87/skel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description of assignment

Its a basic Springboot Maven application, build API end points for CRUD opertaions of Item and use H2 in memory database.

#Solution Overview

Its a basic Spring boot Maven application which is using Java 11 and H2 in memory database. The swagger documentation is avaialable for the application. To start the application in local please follow the below steps.

  1. Clone the repo from the git hub link

            git clone https://github.com/Habib-87/skel.git
    
  2. Once clones please start the application and you can directly send the request for CRUD operations using postman or any other tools. As an example

           http:/localhost:9443/app/api/1.0/items
    
  3. The detailed swagger documentation is availabale for all the crud operation in the below link.

           http://localhost:9443/swagger-ui.html#
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages