BastienRiv / portfoliomanager

Portfolio manager for neueda training course
0 stars 0 forks source link

Oscar's old branch with refactor on the performance page #42

Closed Tuistmessiah closed 2 months ago

Tuistmessiah commented 2 months ago

refactored chart page to be able to separate html from js code. It now runs in the client, meaning, I placed the logic for the charts in the public folder.

I also left the endpoint (changed its name from /finance to /api/performance) exposing the data needed.