{"id":22618771,"url":"https://github.com/samya-s/paymentgateway","last_synced_at":"2025-03-29T01:28:18.296Z","repository":{"id":229444021,"uuid":"776542151","full_name":"Samya-S/paymentGateway","owner":"Samya-S","description":"Payment Gateway made with Razorpay integration with ReactJS as frontend and Express.js in node.js env as backend","archived":false,"fork":false,"pushed_at":"2024-05-24T18:19:37.000Z","size":574,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T11:33:25.092Z","etag":null,"topics":["payment","payment-gateway","razorpay","razorpay-api","razorpay-payment"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Samya-S.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-03-23T19:45:46.000Z","updated_at":"2024-07-05T13:29:21.000Z","dependencies_parsed_at":"2025-02-03T11:31:39.649Z","dependency_job_id":"5f85a6b2-e1ea-45df-9d78-b5df1bf23b9d","html_url":"https://github.com/Samya-S/paymentGateway","commit_stats":null,"previous_names":["samya-s/paymentgateway"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samya-S%2FpaymentGateway","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samya-S%2FpaymentGateway/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samya-S%2FpaymentGateway/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Samya-S%2FpaymentGateway/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Samya-S","download_url":"https://codeload.github.com/Samya-S/paymentGateway/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246124899,"owners_count":20727333,"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":["payment","payment-gateway","razorpay","razorpay-api","razorpay-payment"],"created_at":"2024-12-08T21:09:32.305Z","updated_at":"2025-03-29T01:28:18.278Z","avatar_url":"https://github.com/Samya-S.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Payment Gateway\n\nMade with Razorpay integration and ReactJS as frontend\n\n## Table of Contents\n\n- [Installation](#installation)\n- [Defining env variables](#defining-environment-variables)\n- [Run dev environment](#run-dev-environment)\n\n## Installation\n\n1. Clone the repository:\n\n    ```bash\n    git clone git@github.com:Samya-S/paymentGateway.git\n    ```\n    `Make sure you have SSH keys setup in your machine`\n\n2. Navigate to the project directory:\n\n    ```bash\n    cd paymentGateway\n    ```\n\n3. Install dependencies:\n\n   In the frontend directory\n   ```bash\n   cd frontend\n   npm i\n   ```\n   \n   In the backend directory\n   ```bash\n   cd backend\n   npm i\n   ```\n   `Make sure to have nodejs and npm installed`\n\n## Defining environment variables\n\n1. In the frontend directory:\n\n    ```bash\n    REACT_APP_RZPAY_KEY_ID = '\u003cyour razorpay api key id\u003e'\n    REACT_APP_BACKEND_HOSTING_DOMAIN = '\u003cyour backend hosting domain\u003e'\n    ```\n1. In the backend directory:\n\n    ```bash\n    RZPAY_KEY_ID = '\u003cyour razorpay api key id\u003e'\n    RZPAY_KEY_SECRET = '\u003cyour razorpay api key secret\u003e'\n    ```\n\n## Run dev environment\n\n### To run the frontend: \n\n1. Navigate to the frontend directory:\n\n    ```bash\n    cd frontend\n    ```\n    \n2. Use the following command to run:\n\n    ```bash\n    npm start\n    ```\n\n### To run the backend: \n\n1. Navigate to the backend directory:\n\n    ```bash\n    cd backend\n    ```\n    \n2. Use the following command to run:\n\n    ```bash\n    nodemon index.js\n    ```\n   or alternatively\n    ```bash\n    npm start\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamya-s%2Fpaymentgateway","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamya-s%2Fpaymentgateway","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamya-s%2Fpaymentgateway/lists"}