blockonomics / Django-Image-Store

A simple store that sells digital photos and accepts bitcoin payments

Home Page:https://youtu.be/xGeD1UUXpMk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blockonomics Django Demo

This Demo uses Blockonomics Payment API - https://www.blockonomics.co/views/api.html#payments. The Demo is hosted at https://blockonomics.herokuapp.com

How to SetUp

  • git clone https://github.com/AJ-54/Blockonomics.git
  • Install packages via pip install -r requirements.txt
  • Login to blockonomics account and visit https://www.blockonomics.co/merchants#/page3
  • Provide your HTTP Callback URL, in my case which is https://blockonomics.herokuapp.com/payments/receive and also note your API Key.
  • Inside Blockonomics folder, go to settings.py file and place your blockonomics API KEY to the API_KEY variable
  • python manage.py migrate
  • python manage.py runserver

Note that Python 3.6 or higher version is required to run the project

Tech Stack

  • Python
  • Django
  • HTML
  • CSS
  • Boostrap
  • JavaScript

About

A simple store that sells digital photos and accepts bitcoin payments

https://youtu.be/xGeD1UUXpMk


Languages

Language:Python 65.5%Language:HTML 32.6%Language:JavaScript 1.9%