This is the backend repo for Streamstrack, an investment tracking web app built in Typescript, React, Express and Node. The frontend build is currently hosted under /build
. The frontend repo is here: streamstrack frontend.
To run it locally, do the following:
npm i
npm run dev