thecoderenroute / stock-portfolio-management

Complete backend as a REST API for a stock-market portfolio management application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stock-portfolio-management

Complete backend as a REST API for a stock-market portfolio management application, with proper authentication, login/ logout system, live stock prices, etc.

Technologies:

  • Spring boot (with JDK 17)
    • Spring Web
    • Spring Security
    • Spring Data
    • Spring Open API documentation
  • MySQL with JPA (Credentials needed to run API)
  • JWT authentication
  • AlphaVantage API (custom key needed in env to connect) (currently migrating to KiteConnect 3)

Swagger: {base-url}/swagger-ui/index.html

About

Complete backend as a REST API for a stock-market portfolio management application

License:MIT License


Languages

Language:Java 99.8%Language:Batchfile 0.2%