Stock manager application impmented using spring-boot, angular, h2 and swagger2
Features
1) List all stocks
2) Create new stock
3) Update a stock
4) Delete a stock
Run below maven commands
mvn clean install
mvn spring-boot:run
Hit below URL in the browser
http://localhost:8080
Hit below URL in the browser
http://localhost:8080/swagger-ui.html
http://localhost:8080/h2-console
Use jdbcmem:testdb as JDBC URL