Skip to content

endk17/cryptoexchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoExchange

Docker Build + Push Heroku Build + Deploy CodeQL

Crypto + Whiskey = 🚀🚀🚀

Your one stop whiskey shop for concocting all your favorite boilermakers

Set up

Local Environment - Project

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

Local Environment - Django, Home Page & Coinbase

Please refer to the project Wiki page for further details

Hosting

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

External Comments

Please follow to the external blog post which gives more details on the operating side of this application