Skip to content

Proyecto final del Bootcamp Python Avanzado en Código Facilito, desarrollado con: Flask, HTML, CSS and JavaScript.

Notifications You must be signed in to change notification settings

yorchwebs/Crypto-Diary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner Crypto

PROJECT - CRYPTO DIARY

This is a Crypto Aplication develop with Flask, HTML, CSS & JavaScript. Receives, processes, and displays the 10 coins data from CryptoCompare in Real-Time and send the prices to the user's email all mornings.


  • Requirements for use this APP:

    • Windows
    Create Virtual Environment with the command: python -m venv env
    Run the Virtual Environment with the command: source \venv\Scripts\activate
    
    • Mac OS, Linux
    Create Virtual Environment with the command: python3 -m venv env
    Run the Virtual Environment with the command: source env/bin/activate
    


  • Create the .env file with the API KEY variable => CRYPTO_COMPARE_KEY=API KEY and others variables
  • (Database and smtp conection data and secret key)

  • Install Packages:
    • pip install -r requirements.txt

  • For running, run the command:
    • python manage.py runserver (Windows)
    • python3 manage.py runserver (Mac OS, Linux)

About

Proyecto final del Bootcamp Python Avanzado en Código Facilito, desarrollado con: Flask, HTML, CSS and JavaScript.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published