AndrewJBateman / python-django-crypto

:clipboard: Python-Django app to fetch and display crypto currency prices from the Coingecko cryptocurrency API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

⚑ Python Django Crypto

GitHub repo size GitHub pull requests GitHub Repo stars GitHub last commit

πŸ“„ Table of contents

πŸ“š General info

πŸ“· Screenshots

screen print screen print

πŸ“Ά Technologies

πŸ’Ύ Setup

  • Install Python
  • Install pip
  • Install Django by typing pip install Django
  • Run django-admin startproject crypto_proj to create a new project ref. docs
  • Open crypto_proj in VS Code
  • Run python manage.py startapp positions to create Python module
  • Add code
  • Run pip freeze to see list of modules installed. Ref. Docs
  • Run python manage.py makemigrations for changes to models etc.
  • Run python manage.py migrate to migrate the migration files.
  • To add a superuser run python manage.py createsuperuser --username=joe --email=joe@example.com Ref. Docs and log into admin panel
  • Run python manage.py runserver to run server on port 8000. A refresh is needed after any code changes

πŸ’» Code Examples

  • extract from - tba

πŸ†’ Features

  • Django inbuilt packages - admin dashboard

πŸ“‹ Status & To-do list

  • Status: Incomplete: paused at video 3 - 4.05 while I check Homebrew for Windows - video only shows Mac version
  • To-do: check if chocolatey package manager can replace Homebrew which is not for Windows

πŸ‘ Inspiration

πŸ“ License

  • N/A

βœ‰οΈ Contact

About

:clipboard: Python-Django app to fetch and display crypto currency prices from the Coingecko cryptocurrency API


Languages

Language:Python 76.7%Language:HTML 23.3%