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.
- Host: GitHub
- URL: https://github.com/eric-souzams/stock-quote-api
- Owner: eric-souzams
- Created: 2021-06-03T18:20:48.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-03T18:40:15.000Z (about 5 years ago)
- Last Synced: 2025-03-26T14:32:36.793Z (about 1 year ago)
- Topics: java, spring, spring-boot
- Language: Java
- Homepage:
- Size: 317 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.