Skip to content

PylotStuff/shopify-app-oauth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopify App Oauth

This project includes the implementation of Shopify OAuth flow by using Django REST Framework.

Getting Started

This project works on Python 3+ and Django 3.1.3.

In settings.py set your apps API credentials:

SHOPIFY_PUBLIC_APP_KEY = "YOUR_API_KEY"
SHOPIFY_PUBLIC_APP_SECRET_KEY = "YOUR_API_SECRET_KEY"

then run the server

python manage.py runserver

Please read the realted article for more information:

Create Shopify App with Python/Django

About

Starter project for Shopify app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages