Skip to content

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColorStack Fintech Workshop

FInTech

Full-stack stock dashboard: Flask + yfinance on the backend, React + Vite on the frontend. Live Yahoo data only — the API returns errors when a quote or history cannot be loaded (no fake numbers).

Project structure

├── frontend/    # React + Vite
├── backend/     # Flask + yfinance
├── .gitignore
├── README.md
└── .env.example # placeholders (copy into backend/.env or frontend/.env as needed)

Setup

Backend

cd backend
pip install -r requirements.txt
python app.py

API base URL defaults to http://localhost:5000. Optional environment variables are listed in backend/.env.example and the root .env.example.

Frontend

cd frontend
npm install
npm run dev

Open the URL Vite prints (often http://localhost:5173). To point at a different API host, set VITE_API_BASE_URL in frontend/.env (see root .env.example).

Environment variables

See .env.example at the repository root and backend/.env.example for Flask-only placeholders. Do not commit real .env files or API keys.

Google OAuth (optional full version)

Workshop mode uses a fixed demo user. To re-enable Google sign-in, follow backend/GOOGLE_OAUTH_SETUP.md and the commented OAuth sections in the codebase.

Frontend layout

frontend/src is organized as api/, components/, constants/, hooks/, and utils/, with App.jsx and main.jsx as entry points.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages