Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.18 KB

README.md

File metadata and controls

34 lines (22 loc) · 1.18 KB

YourInvestor

This is a personal project to play with different technologies.

Vite, vanilla-extract, react, react-router, SWR, express, axios and a bit of reverse engineering of MyInvestor services.

Nothing to see here

Run

  1. Run yarn to install all the dependencies.
  2. Run node backend/proxy and leave it running on the background. This is needed to bypass the web requests from the web client to the MyInvestor backend. The web app will talk with this backend.
  3. From /web, run yarn dev to start the frontend. Open the URL printed on the console.

Build and deploy

  1. From /web, run yarn build.
  2. From /backend:
    1. Start the proxy with yarn start:proxy.
    2. Start the web with yarn start:web ../www.

Login

The login also handles the SMS OTP.

login

Dashboard

A small demonstration getting the user accounts and rendering their alias or number and the balance. dashboard