Skip to content

Stock manager application impmented using spring-boot, angular, h2 and swagger2

Notifications You must be signed in to change notification settings

ravindraard/stock-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stock Manager App

Features

  1. List all stocks
  2. Create new stock
  3. Update a stock
  4. Delete a stock

Technology stack

  • Spring Boot (v1.3.2)
  • REST web services
  • Swagger2 for API documentation
  • Hibernate (Using Spring Data JPA)
  • HTML5
  • AngularJS (v1.5.3)

How to access

Run below maven commands mvn clean install mvn spring-boot:run

Hit below URL in the browser http://localhost:8080

Swagger console access

Hit below URL in the browser http://localhost:8080/swagger-ui.html

H2 console

http://localhost:8080/h2-console Use jdbc:h2:mem:testdb as JDBC URL

About

Stock manager application impmented using spring-boot, angular, h2 and swagger2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published