{"id":27957485,"url":"https://github.com/preetam-90/nuvana","last_synced_at":"2026-05-17T15:08:51.287Z","repository":{"id":291408186,"uuid":"977510132","full_name":"preetam-90/Nuvana","owner":"preetam-90","description":null,"archived":false,"fork":false,"pushed_at":"2025-05-04T17:50:13.000Z","size":65,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-29T02:41:09.514Z","etag":null,"topics":["bank","bankportal","python","streamlit","streamlit-webapp"],"latest_commit_sha":null,"homepage":"https://nuvana.streamlit.app/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/preetam-90.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-04T11:27:05.000Z","updated_at":"2025-08-11T13:09:11.000Z","dependencies_parsed_at":"2025-05-07T10:41:29.134Z","dependency_job_id":null,"html_url":"https://github.com/preetam-90/Nuvana","commit_stats":null,"previous_names":["preetam8873/nuvana","preetam-90/nuvana"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/preetam-90/Nuvana","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preetam-90%2FNuvana","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preetam-90%2FNuvana/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preetam-90%2FNuvana/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preetam-90%2FNuvana/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/preetam-90","download_url":"https://codeload.github.com/preetam-90/Nuvana/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/preetam-90%2FNuvana/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33143276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bank","bankportal","python","streamlit","streamlit-webapp"],"created_at":"2025-05-07T18:13:15.797Z","updated_at":"2026-05-17T15:08:51.271Z","avatar_url":"https://github.com/preetam-90.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nuvana Bank Portal\n\nA comprehensive banking portal built with Python and Streamlit.\n\n## Features\n\n- User Authentication \u0026 Security\n- Dashboard with Account Summary\n- Transaction Management\n- Loan Management with EMI Calculator\n- User Profile \u0026 Settings\n- Security Features\n- Admin Panel\n- Reporting \u0026 Export\n- Help \u0026 Support\n\n## Installation\n\n1. Clone the repository:\n\\`\\`\\`bash\n[git clone https://github.com/Preetam8873/Nuvana.git]\n\n\\`\\`\\`\n\n2. Install the required dependencies:\n\\`\\`\\`bash\npip install -r requirements.txt\n\\`\\`\\`\n\n3. Run the application:\n\\`\\`\\`bash\nstreamlit run main.py\n\\`\\`\\`\n\n## Requirements\n\n- Python 3.11+\n- Streamlit\n- Pandas\n- Matplotlib\n- Plotly\n- PyOTP\n- Other dependencies listed in requirements.txt\n\n## Project Structure\n\n\\`\\`\\`\nbanking_portal/  \n├── main.py  \n├── data/  \n│   ├── users/  \n│   ├── sessions/  \n│   └── logs/  \n├── utils/  \n│   ├── auth.py (login logic)  \n│   ├── db.py (JSON read/write)  \n│   └── security.py (hashing/OTP)  \n├── pages/  \n│   ├── dashboard.py  \n│   ├── transactions.py  \n│   ├── loans.py  \n│   ├── settings.py  \n│   ├── admin.py  \n│   └── help.py  \n├── assets/  \n│   ├── css/  \n│   └── images/ (logos, icons)  \n└── README.md\n\\`\\`\\`\n\n## Usage\n\n### User Accounts\n\nFor demo purposes, you can register a new account or use the following test accounts:\n\n- Regular User:\n  - Email: user@example.com\n  - Password: password123\n\n- Admin User:\n  - Email: admin@example.com\n  - Password: admin123\n\n### Admin Panel\n\nThe admin panel is only accessible to users with the \"admin\" role. It provides functionality for:\n\n- User Management\n- Loan Approval\n- Transaction Monitoring\n\n## Security Features\n\n- Password hashing\n- Two-factor authentication\n- Session management\n- Input validation\n- Atomic file operations\n\n## Data Storage\n\nAll user data is stored in JSON files in the `data/users/` directory. Each user has a unique JSON file named with their user ID.\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Acknowledgements\n\n- Streamlit for the amazing web framework\n- The Python community for the excellent libraries\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreetam-90%2Fnuvana","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpreetam-90%2Fnuvana","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpreetam-90%2Fnuvana/lists"}