Java Spring boot project to get coin rank API data and display JSON response on UI
Live project view: Spring-boot-crypto-price-tracker
Table of Contents
A spring boot Java application to demonstrate the efficient use of spring boot uses and getting API data in JSON Format, reading it and displaying all the data on web page.
This project can clearly project the use of packages, methods and different annotations used in spring boot.
- Spring IO
- Java EE
- Bootstrap
- HTML
-
Get your coinrank api keys from Coinranking | RapidAPI
-
Clone the repo or import from eclipse
git clone https://github.com/viswanadh05/Spring-MVC-with-API-Integration.git
-
Install Maven Maven configure tutorial
-
Enter your API in
application.properties
secret.apiUrl=YOUR_API-URL secret.apiKey=YOUR_API_KEY secret.apiHost=YOUR_API_HOST
-
Run TrackerappApplication.java
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
For more examples, please refer to the Documentation
-
Create spring boot project
-
Get Json Data from rapidAPI
-
Display data with Bootstrap
-
Add API keys to application.properties and hide it from git repo
-
Add search bar
-
Format API results by currency, digits, percentage and dollar symbols, css styling
-
Add coin icons to the results
-
Add search bar
-
Add validation to Json response (To avoid incorrect data formats)
-
Connect a database to the application
-
Add user authentication
-
Add coin price watch list
-
Add coin statistics with graphs
-
Add a graph showing any searched coin stats
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.