{"id":21044463,"url":"https://github.com/adorsys-gis/e2e-banking-app","last_synced_at":"2025-05-15T17:32:51.759Z","repository":{"id":225396670,"uuid":"760508362","full_name":"ADORSYS-GIS/e2e-banking-app","owner":"ADORSYS-GIS","description":"Banking app for people","archived":false,"fork":false,"pushed_at":"2024-06-30T03:06:06.000Z","size":1476,"stargazers_count":7,"open_issues_count":24,"forks_count":24,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-14T07:56:36.390Z","etag":null,"topics":["actions","docker","docker-compose","java","postgresql","react","rust","rust-rocket","spring-boot","typescript"],"latest_commit_sha":null,"homepage":"https://adorsys-gis.github.io/e2e-banking-app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ADORSYS-GIS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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}},"created_at":"2024-02-20T14:51:16.000Z","updated_at":"2025-02-28T20:46:30.000Z","dependencies_parsed_at":"2024-03-05T12:28:57.332Z","dependency_job_id":"dba08216-efd6-40d6-abbb-d6bdfeb96870","html_url":"https://github.com/ADORSYS-GIS/e2e-banking-app","commit_stats":null,"previous_names":["adorsys-gis/e2e-banking-app"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ADORSYS-GIS%2Fe2e-banking-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ADORSYS-GIS%2Fe2e-banking-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ADORSYS-GIS%2Fe2e-banking-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ADORSYS-GIS%2Fe2e-banking-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ADORSYS-GIS","download_url":"https://codeload.github.com/ADORSYS-GIS/e2e-banking-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254388325,"owners_count":22063031,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["actions","docker","docker-compose","java","postgresql","react","rust","rust-rocket","spring-boot","typescript"],"created_at":"2024-11-19T14:16:57.723Z","updated_at":"2025-05-15T17:32:50.340Z","avatar_url":"https://github.com/ADORSYS-GIS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build, deploy and docker build frontend](https://github.com/ADORSYS-GIS/e2e-banking-app/actions/workflows/build-deploy-and-docker-build.yml/badge.svg)](https://github.com/ADORSYS-GIS/e2e-banking-app/actions/workflows/build-deploy-and-docker-build.yml) [![Build Translator](https://github.com/ADORSYS-GIS/e2e-banking-app/actions/workflows/build-translator.yml/badge.svg)](https://github.com/ADORSYS-GIS/e2e-banking-app/actions/workflows/build-translator.yml) [![Build Backend](https://github.com/ADORSYS-GIS/e2e-banking-app/actions/workflows/build-service.yml/badge.svg)](https://github.com/ADORSYS-GIS/e2e-banking-app/actions/workflows/build-service.yml)\n\n# E2E Banking App\nWelcome to the e2e-banking-app project! This repository contains the code for the end-to-end banking application.\n\n## Prerequisites\n\nBefore getting started, make sure you have the following tools installed:\n\n- [nvm (Node Version Manager)](https://github.com/nvm-sh/nvm): To manage Node.js versions.\n- [Node.js](https://nodejs.org/): Javascript runtime environment.\n- - [npm](https://www.npmjs.com/): Package manager for Node.js.\n- - [sdkman](https://sdkman.io/): Software Development Kit Manager.\n- [Java](https://www.java.com/): Programming Language and runtime environment.\n- [Maven](https://maven.apache.org/): Build automation and dependency management tool.\n- [cargo](https://doc.rust-lang.org/cargo/): Package manager for Rust.\n\n## Installation\n\nFollow the steps below to set up the local environment:\n\n1. Install nvm:\n   - Visit the nvm Github repository: (https://github.com/nvm-sh/nvm)\n   - Follow the installation instructions for your operating system.\n\n2. Install Node.js and npm using nvm:\n   ```bash\n   nvm install node\n   ```\n\n3. Install sdkman:\n   - Visit the sdkman website: https://sdkman.io/\n   - Follow the installation instructions for your operating system.\n\n4. Install Java and Maven using sdkman:\n   ```bash\n   sdk install java\n   sdk install maven\n   ```\n\n5. Install cargo:\n   - Visit the cargo website: https://www.rust-lang.org/tools/install\n   - Follow the installation instructions.\n\n# Getting Started\n\nTo run the e2e-banking-app project locally, follow these steps:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/ADORSYS-GIS/e2e-banking-app.git\n   ```\n\n2. Change to the project directory:\n   ```bash\n   cd e2e-banking-app\n   ```\n\n3. Install project dependencies and Start application:\n   \n   a. For power-pay-front-end:\n      - Change to the project directory:\n        ```bash\n        cd power-pay-frontend\n        ```\n      - Install dependencies:\n        ```bash\n        npm install\n        ```\n      - Build the project:\n        ```bash\n        npm run build\n        ```\n      - Start application:\n        ```bash\n        npm start\n        ```\n\n   b. For power-pay-backend:\n      - Change to the project directory:\n        ```bash\n        cd power-pay-backend\n        ```\n      - Install dependencies:\n        ```bash\n        mvn install\n        ```\n      - Build the project:\n        ```bash\n        mvn clean package\n        ```\n      - Start application:\n        ```bash\n        java -jar target/power-pay-backend-0.0.1-SNAPSHOT.jar\n        ```\n\n   c. For power-pay-translator:\n      - Change to the project directory:\n        ```bash\n        cd power-pay-translator\n        ```\n      - Build the project:\n        ```bash\n        cargo build\n        ```\n      - Start application:\n        ```bash\n        cargo run\n        ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadorsys-gis%2Fe2e-banking-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadorsys-gis%2Fe2e-banking-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadorsys-gis%2Fe2e-banking-app/lists"}