Skip to content

Latest commit

 

History

History
23 lines (22 loc) · 578 Bytes

README.md

File metadata and controls

23 lines (22 loc) · 578 Bytes

Installation

To install, follow these steps:

  1. Clone or download this repository:
    git clone git@github.com:LiveWiresSRM2023/Payment-Gateway.git
  2. Navigate to the project directory:
    cd repository
  3. Install the necessary dependencies:
    pip install -r requirements.txt

How to Run

  1. Create a Firebase app and use a real-time database

  2. get firebase_config and paste it into app/init.py

  3. copy the real-time database link and paste it into firebase.py 77

  4. Excute the file

     run.py