rodrigovsilva / stocks-manager

Challenge App for Payconiq to demonstrates a stocks manager using Spring Boot, JPA, Web(thymeleaf) and Restful Services.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stocks-manager

Challenge App for Payconiq to demonstrates a stocks manager using Spring Boot, JPA, Web(thymeleaf) and Restful Services.

Installation

This app requires Maven to build, run and deploy.

Clone this app, install the dependencies and start the server.

$ git clone https://github.com/rodrigovsilva/stocks-manager.git
$ cd stocks-manager
$ mvn spring-boot:run

Open in your browser (http://localhost:8080) to see the Stocks Prices list.

Stocks API

If you want to access the API resources, use the mapping listed below.

H2 Database Console

To access h2 console, open the url http://localhost:8080/h2-console/

Driver Class: org.h2.Driver
JDBC Url: jdbc:h2:mem:testdb
User Name: sa
You don't need password to access this database. Let the field empty.

Contact

If you have some doubts about this project, please send me a message.

Thanks

About

Challenge App for Payconiq to demonstrates a stocks manager using Spring Boot, JPA, Web(thymeleaf) and Restful Services.


Languages

Language:Java 58.1%Language:Shell 20.3%Language:Batchfile 15.7%Language:HTML 5.8%