-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
New Community Build🫶 Sharing new build submissions from Investec Developer community members.🫶 Sharing new build submissions from Investec Developer community members.Showcase Approved🎉 Going on the showcase page🎉 Going on the showcase page
Description
Project Name
Investec Sandbox API
Your Name or Team
Nevin Tom
Repository/Code Link
https://github.com/Nevvyboi/InvestEase
Live Demo (if any)
No response
Description
A sleek, responsive web app that connects to the Investec Sandbox API 🏦, letting you -> 📊 View recent transactions in style 🎨 Enjoy a clean, animated, responsive UI ⚡ Navigate quickly with an intuitive sidebar
Screenshots or GIFs
How to Run/Use It
🧰 Installation & Setup (no API credentials needed)
🚀 This project ships with a preconfigured Investec Sandbox client. You can run it locally without setting any keys or secrets.
0️⃣ Make sure Python is installed 🐍
You’ll need Python 3.8+ installed on your system.
Check by running -> python --version or python3 --version
1) Clone the repo
git clone https://github.com/Nevvyboi/InvestEase.git
cd InvestEase2) (Optional) Create & activate a virtual environment
# Windows (PowerShell)
python -m venv .venv
.venv\Scripts\activate
# macOS/Linux
python3 -m venv .venv
source .venv/bin/activate3) Install dependencies
pip install -r requirements.txt
cd Src4) Run the app
Use whichever command your setup prefers:
# Option A: Flask CLI
flask --app app run --debug
# Option B: Python entrypoint
python app.py
# or
python -m flask --app app run --debug5) Open in your browser
http://127.0.0.1:5000/
Code of Conduct
- I agree to follow the Investec Developer Community Code of Conduct
Metadata
Metadata
Assignees
Labels
New Community Build🫶 Sharing new build submissions from Investec Developer community members.🫶 Sharing new build submissions from Investec Developer community members.Showcase Approved🎉 Going on the showcase page🎉 Going on the showcase page