sslcommerz is one of the largest payment gateway system in Bangladesh. Developer all around the Bangladesh are love to use this system while developing the web application that are related to transactions
First you need to clone this project using this command: ==> git clone https://github.com/Habib16051/sslcommerz-with-Python.git
Create the Virtual Environment: =============================================================================== a1.python3 -m venv env (for Linux) b1.source/env/bin/activate (For Linux) - To activate the virtual environment ================================================================================ a2. python -m venv env (for Windows) b2. cd env/Scripts/activate (For Windows) - To activate the virtual environment ================================================================================
It's time to install the requirements.txt file using below command:
==> pip3 install -r requirements.txt (For Linux) ==> pip install -r requirements.txt (For Windows)
pip install sslcommerz-lib (Windows)
pip3 install sslcommerz-lib (Linux)
Run the server Using this command: ==> python3 manage.py runserver (For Linux) ==> python manage.py runserver (For Windows)
Homepage:
Transaction Page:
Success Page:
To know more details, Contact with me:habibmhr143@gmail.com
###################################################=== The END ==########################################################