An open API service indexing awesome lists of open source software.

https://github.com/aninditaws/investly

Investly: A personal finance platform for young investors, offering tailored portfolio recommendations by integrating user risk profiles, real-time market data, and optimization algorithms.
https://github.com/aninditaws/investly

api-integration data-visualization goal-based-allocation react-frontend supabase-backend

Last synced: 11 months ago
JSON representation

Investly: A personal finance platform for young investors, offering tailored portfolio recommendations by integrating user risk profiles, real-time market data, and optimization algorithms.

Awesome Lists containing this project

README

          

# Investly

to run frontend:
```
cd frontend-investly
pnpm install
pnpm run dev
```

to run backend:
```
cd backend
pnpm install
node app.js
```