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.
- Host: GitHub
- URL: https://github.com/dagmawig/market-data-api
- Owner: dagmawig
- Created: 2024-01-12T15:16:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T01:54:35.000Z (about 2 years ago)
- Last Synced: 2025-05-18T04:16:26.107Z (11 months ago)
- Topics: git, github, java, microservice, mongodb, rest, restful-api, spring-boot
- Language: Java
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.