An open API service indexing awesome lists of open source software.

https://github.com/eric-souzams/stock-quote-api

Stock Quote is a API for daily monitoring of stock variations available on the market.
https://github.com/eric-souzams/stock-quote-api

java spring spring-boot

Last synced: about 2 months ago
JSON representation

Stock Quote is a API for daily monitoring of stock variations available on the market.

Awesome Lists containing this project

README

          




About   |   
Preview   |   
Technologies   |   
Building   |   
Contributing   

## About
Stock Quote is a API for daily monitoring of stock variations available on the market.

## Preview

#### Swagger
```
http://localhost:8080/swagger-ui.html
```



#### Stock Methods
```
GET: http://localhost:8080/stock
```



```
PUT: http://localhost:8080/stock
```



```
POST: http://localhost:8080/stock
```



```
GET: http://localhost:8080/stock/{id}
```



```
DELETE: http://localhost:8080/stock/{id}
```



```
GET: http://localhost:8080/stock/today
```



## Technologies
This project was developed using the following technologies:
- [Spring](https://spring.io/)
- [Java](https://www.oracle.com/br/java/technologies/javase-jdk11-downloads.html)
- [JPA + Hibernate](https://spring.io/projects/spring-data-jpa)
- [Postgres](https://www.postgresql.org/)

## Building
You'll need [Java 11+](https://www.oracle.com/br/java/technologies/javase-jdk11-downloads.html) and [Maven](https://maven.apache.org/download.cgi) installed on your computer in order to build this app.
```bash
$ git clone https://github.com/eric-souzams/stock-quote-api.git
$ cd /stock-quote-api
$ mvn spring-boot:run
```

## Contributing

This repository is currently under development. If you want to contribute please fork the repository and get your hands dirty, and make the changes as you'd like and submit the Pull request.