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.
- Host: GitHub
- URL: https://github.com/aninditaws/investly
- Owner: aninditaws
- Created: 2024-11-26T12:00:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-20T08:18:02.000Z (about 1 year ago)
- Last Synced: 2025-02-07T11:19:22.806Z (about 1 year ago)
- Topics: api-integration, data-visualization, goal-based-allocation, react-frontend, supabase-backend
- Homepage: https://investly-frontend.vercel.app
- Size: 293 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```