Skip to content

Latest commit

 

History

History
44 lines (39 loc) · 901 Bytes

README.md

File metadata and controls

44 lines (39 loc) · 901 Bytes

A GkApp

A app that contains what Gk wants.

Tech stacks

  • Nest.js
  • Vue3
  • Postgres
  • Redis

Features

  • Server [x] API documentation
    • Swagger [x] Auth policy
    • Account registered with password must verify email with verificationCode to activate account
    • JWT token validation & Auth guard
    • RBAC guard
    • APIs
      • Auth
      • Accounts
      • Privileges
      • MarketDatas
      • Portfolios
  • Client
    • RBAC views control
    • Views
      • Auth management
        • Signup
        • login
        • Google login
      • Accounts management
      • Portfolios management
        • Stock positions
          • Transactions
          • Trade records
        • Cash positions
          • Transactions
          • Trade records
        • FX positions
          • Transactions
          • Trade records