{"id":22387439,"url":"https://github.com/jeevanjoshi4434/e-wallet-upi-payment-app","last_synced_at":"2026-05-17T10:37:14.903Z","repository":{"id":266264922,"uuid":"879023415","full_name":"JeevanJoshi4434/E-wallet-UPI-payment-app","owner":"JeevanJoshi4434","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-21T09:35:11.000Z","size":2849,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-10T05:39:12.366Z","etag":null,"topics":["ewallet","payment-gateway","payments","paytm","wallet"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/JeevanJoshi4434.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-26T18:46:34.000Z","updated_at":"2025-08-21T09:35:14.000Z","dependencies_parsed_at":"2025-01-01T18:25:58.153Z","dependency_job_id":"e27228da-306b-4a24-a5bf-74dc18ca254a","html_url":"https://github.com/JeevanJoshi4434/E-wallet-UPI-payment-app","commit_stats":null,"previous_names":["jeevanjoshi4434/e-wallet-upi-payment-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JeevanJoshi4434/E-wallet-UPI-payment-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeevanJoshi4434%2FE-wallet-UPI-payment-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeevanJoshi4434%2FE-wallet-UPI-payment-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeevanJoshi4434%2FE-wallet-UPI-payment-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeevanJoshi4434%2FE-wallet-UPI-payment-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JeevanJoshi4434","download_url":"https://codeload.github.com/JeevanJoshi4434/E-wallet-UPI-payment-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JeevanJoshi4434%2FE-wallet-UPI-payment-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33135105,"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":["ewallet","payment-gateway","payments","paytm","wallet"],"created_at":"2024-12-05T02:09:16.704Z","updated_at":"2026-05-17T10:37:14.880Z","avatar_url":"https://github.com/JeevanJoshi4434.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# WalletXpress\n\n**WalletXpress** is an innovative e-wallet application designed to simplify digital transactions. It supports UPI-like payments, payouts, and wallet recharges with enhanced security and efficiency. By leveraging modern technologies like **Next.js**, **Node.js**, **Redis**, and **Docker**, WalletXpress offers a scalable, robust, and user-friendly platform.\n\n---\n\n## Features\n\n- **Seamless Transactions**: Facilitates fast and secure financial operations without relying on external bank systems.\n- **Fraud Detection**: Uses machine learning to detect and mitigate fraudulent transactions in real time.\n- **\"Raise Fund\" Feature**: Allows users to collect funds within transaction thresholds.\n- **Scalable Architecture**: Built with microservices for easy maintenance and high performance.\n- **Modern Technology Stack**: Incorporates cutting-edge tools for development and deployment.\n\n---\n\n## Project Structure\n\n- **app/**: Contains the frontend application built with Next.js.\n- **main/**: The primary backend service developed with Node.js and Express.js.\n- **payment/**: A dedicated payment microservice built using Node.js.\n- **docker-compose.yml**: Manages the services and networking for the entire application stack.\n\n---\n\n## Prerequisites\n\n- **Docker** and **Docker Compose** installed on your system.\n\n---\n\n## Setup Instructions\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/your-repository/walletxpress.git\n   cd walletxpress\n   ```\n\n2. Start the application using Docker Compose:\n   ```bash\n   docker-compose up --build\n   ```\n\n3. Update the service URLs in the backend and frontend configuration files to match the container names defined in `docker-compose.yml`.\n\n4. Access the application:\n   - Frontend: `http://\u003ccontainer-name\u003e:\u003cfrontend-port\u003e`\n   - Backend: `http://\u003ccontainer-name\u003e:\u003cbackend-port\u003e`\n\n---\n\n## Technologies Used\n\n- **Frontend**: Next.js\n- **Backend**: Node.js, Express.js\n- **Database**: PostgreSQL\n- **Caching**: Redis\n- **Deployment**: Docker, AWS EC2\n- **Payment Gateway**: RazorPay (For UPI, recharge wallet and Payouts only)\n\n---\n\n## Future Enhancements\n\n- Real-time notification system.\n- Mobile application support.\n- Kafka integration for handling high transaction volumes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeevanjoshi4434%2Fe-wallet-upi-payment-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjeevanjoshi4434%2Fe-wallet-upi-payment-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjeevanjoshi4434%2Fe-wallet-upi-payment-app/lists"}