| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This is a simple Flask application that demonstrates how to integrate the Razorpay payment gateway, focusing on recurring payments. The backend is developed using Python-Flask and PostgreSQL, utilizing the Razorpay Python module..
git clone https://github.com/Shafaf-Dev/Python-Flask-Razorpay-Integration.git
pip install -r requirements.txt
Create a new PostgreSQL database and note down the database name, username, and password.
Copy the .env.sample file to create your .env file:
cp .env.sample .env
Edit the .env file with your configuration.
flask db upgrade
flask --app app.py run
Ways to contribute:
| Back | FazBrowse Home | New Git URL |