Do papertrade with out losing your capital. Inspired by Sensibull and Tradingview paper trades.
Server folder contains API code and it's runs on port 9090. To start API use "npm run dev" in server folder.
Client folder contains SPA code and it's runs on port 8080. To start App use "npm run dev" in client folder.
Webapi uses Mongodb Atlas, change the connectionstring in .env file to point to your mongodb instance (not tested in local instances).