This MVP project helps to implement payme-pkg.
Pay link is a simple interface that provides pay-link functionality.
/order/create/
POST: Get a pay link for each order.
- Clone the repository:
git clone https://github.com/PayTechUz/shop-backend.git
- Create a virtual environment and activate it:
pip3 install virtualenv virtualenv venv
- For Windows:
venv\Scripts\activate
- For Unix-based systems:
source venv/bin/activate
- Change directory into the project:
cd shop-backend
- Install dependencies:
pip install -r requirements.txt
- Set your environment variables:
cp .env-sample .env
- Run:
python manage.py migrate python manage.py runserver