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

https://github.com/dagmawig/market-data-api

A RESTful API that is used to track stock prices and manage stock portfolio.
https://github.com/dagmawig/market-data-api

git github java microservice mongodb rest restful-api spring-boot

Last synced: 10 months ago
JSON representation

A RESTful API that is used to track stock prices and manage stock portfolio.

Awesome Lists containing this project

README

          

# Stock Portfolio Management REST API.

## This project is built using Spring Boot framework and Maven dependency management.

### This API has endpoints used to:
- query stock price from Market Data API.
- request user profile that includes stock portfolio and watchlist.
- buy and stock for a given user.
- update stock watchlist for a given watchlist.

### User data is written to and retrieved from a MongoDB database.