Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1.85 KB

README.md

File metadata and controls

46 lines (25 loc) · 1.85 KB

sslcommerz-with-Python

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

Installation Procees

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)

install sslcommerz package:

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:

image

Transaction Page:

image

Success Page:

image

To know more details, Contact with me:habibmhr143@gmail.com

###################################################=== The END ==########################################################