A simple API-based project using Flask that creates a user-friendly web interface to display system/network information.
- Backend: Python + Flask
- Frontend: HTML/CSS
- APIs: Custom endpoints built using Flask
-
Clone the repo: https://github.com/KynaPradeep/Net-Ninja.git cd Net-Ninja
-
Install dependencies: pip install flask
-
Run the app: python backend.py
-
Open your browser at: http://127.0.0.1:5000/dashboard
- Displays system/network stats via APIs
- Clean, minimal frontend
- Lightweight Flask app