Skip to content

[Build Submission] InvestEase #10

@Nevvyboi

Description

@Nevvyboi

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

Image Image Image Image Image Image

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 InvestEase

2) (Optional) Create & activate a virtual environment

# Windows (PowerShell)
python -m venv .venv
.venv\Scripts\activate

# macOS/Linux
python3 -m venv .venv
source .venv/bin/activate

3) Install dependencies

pip install -r requirements.txt
cd Src

4) 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 --debug

5) 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

No one assigned

    Labels

    New Community Build🫶 Sharing new build submissions from Investec Developer community members.Showcase Approved🎉 Going on the showcase page

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions