{"id":22080645,"url":"https://github.com/ahmedhamid13/banki","last_synced_at":"2026-04-09T20:02:42.753Z","repository":{"id":106208193,"uuid":"306483480","full_name":"ahmedhamid13/banki","owner":"ahmedhamid13","description":"Banki for online banking service, on http://bankie.herokuapp.com/","archived":false,"fork":false,"pushed_at":"2020-10-28T21:52:01.000Z","size":2398,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-29T04:25:07.340Z","etag":null,"topics":["bash","docker","graphql","laravel","mysql"],"latest_commit_sha":null,"homepage":"http://bankie.herokuapp.com/","language":"PHP","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/ahmedhamid13.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}},"created_at":"2020-10-22T23:43:47.000Z","updated_at":"2021-07-09T01:53:39.000Z","dependencies_parsed_at":"2023-05-30T14:46:04.564Z","dependency_job_id":null,"html_url":"https://github.com/ahmedhamid13/banki","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedhamid13%2Fbanki","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedhamid13%2Fbanki/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedhamid13%2Fbanki/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ahmedhamid13%2Fbanki/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ahmedhamid13","download_url":"https://codeload.github.com/ahmedhamid13/banki/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245168808,"owners_count":20571799,"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":["bash","docker","graphql","laravel","mysql"],"created_at":"2024-11-30T23:16:14.463Z","updated_at":"2026-04-09T20:02:37.714Z","avatar_url":"https://github.com/ahmedhamid13.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Banki System\n\tOur concern is to help the clients to deal with their financial accounts easily, and Serve most of banking transaction on one click through online banking.\n\t\n## Prerequisites\n\n- [node.js \u0026 npm](https://nodejs.org/)\n- [Composer](https://getcomposer.org/download/)\n- [laravel](http://laravel.com/)\n- [MySQL](https://www.mysql.com/)\n- [GraphQL](https://graphql.org/)\n- [Docker](https://www.docker.com/)\n- [Heroku](https://www.heroku.com/)\n- [Shell Script]()\n\n## Open Live on\n- [Bankie](http://bankie.herokuapp.com/)\n\n# QR-Code To Deployment web\n\u003cimg src=\"https://github.com/Ahmed-Abd-elhamid/banki/blob/master/banki.png\" alt=\"alt text\" width=\"180\"\u003e\n\n## Installation Step by Step\n\nPlease check the official laravel installation guide for server requirements before you start. [Official Documentation](https://laravel.com/docs/8.x/installation#installation)\n\n\n1. Clone the repository\n    ```sh\n    git clone https://github.com/Ahmed-Abd-elhamid/banki.git\n    ```\n2. Switch to the repo folder\n    ```sh\n    cd banki\n    ```\n3. Install all the dependencies using composer\n    ```sh\n    composer install\n    ```\n4. Config the env file\n    ```sh\n     .env\n    ```  \n5. database migration and seed\n    ```sh\n    $ php artisan migrate:refresh --seed\n    ```\n6. Start the local development server\n    ```sh\n    php artisan serve\n    ```\n\n    a. You can now access the Web app at http://localhost:8000\n\n    b. Access the Api end-points at http://localhost:8000/api\n\n    c. Access the grapQL at http://localhost:8000/graphql\n\n## Installation Bash Script\n1) download laravel.sh from https://gofile.io/d/0hFxGR\n\n2) Run laravel script\n\n    ```sh\n    $ bash laravel.sh\n    ```\n\n\n\n## Docker Container Step By Step\n\n1. Config\n    ```sh\n    docker-composer.yml and .env DB_Host: db\n    ```\n2. Build\n    ```sh\n    $ docker-compose build app\n    ```\n3. Run your containers in the background\n    ```sh\n    $ docker-compose up -d\n    ```\n4. Show information about the state of your active services\n    ```sh\n     $ docker-compose ps\n    ```  \n5. Check details information about files in the application directory\n    ```sh\n    $ docker-compose exec app ls -l\n    ```\n6.  Install the application dependencies\n    ```sh\n    $ docker-compose exec app composer install\n    ```\n7. Generate a unique application key with the artisan Laravel command-line tool\n    ```sh\n    $ docker-compose exec app php artisan key:generate\n    ```\n    ```sh\n    $ docker-compose exec app php artisan migrate:fresh --seed\n    ```\n    a. You can now access the Web app at http://server_domain_or_IP:8000\n\n8. Check the logs generated by your services\n    ```sh\n    $ docker-compose logs nginx\n    ```\n\n## Docker Container Bash Script\n1) download docker.sh from https://gofile.io/d/WFTJHY\n\n2) Run docker script\n\n    ```sh\n    $ bash docker.sh\n    ```\n\n\n\n## Author\n\n[Ahmed Abdelhamid](https://www.linkedin.com/in/ahmed-abdelhamd/)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\nCopyright (c) 2020 Ahmed Abdelhamid Ahmed\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmedhamid13%2Fbanki","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fahmedhamid13%2Fbanki","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fahmedhamid13%2Fbanki/lists"}