Crypto + Whiskey = 🚀🚀🚀
Your one stop whiskey shop for concocting all your favorite boilermakers
Below is an example of the commands used to perform the initial project set up
mkdir cryptoexchange && cd cryptoexchange
python3.9 -m venv ecrypto
source env/bin/activate
In the above example I am using venv
Alternatives might include: Pipenv or perhaps Poetry
(ecrypto)$ pip install django==3.2.10
(ecrypto)$ django-admin startproject core .
(ecrypto)$ python manage.py startapp payments
Please refer to the project Wiki page for further details
This is a live POC project this resides on Heroku
URL: https://big-e-liquorstore.cloudnua.io
Note: If any issues or errors are noted please log a GitHub issue for further review and discussion
WARNING: As this is a publicly hosted application there is an attached cookie web policy in the home.html which is correlated to the original creator This should be swapped out and/or adjusted to suit your own specific needs if you intend to utilise this solution elsewhere
Please follow to the external blog post which gives more details on the operating side of this application