A Dynamic Web App built on HTML, CSS and Flask to display current cryptocurrency prices, and data.
Users can also create accounts and maintain a portfolio.
HTML, CSS, Flask, JQuery,Ajax, and SqlAlchemy.
-
It's HIGHLY recommended to have a virtualenv running, when setting up the packages and enviroment for this project. More info about getting and setting up a virtualenv can be found here .
-
Install packages on python with the command:
pip install -r requirements.txt- Run virtualenv:
source {nameofvirtualenv}/bin/activateNote the {nameofvirtualenv} is the one you chose, and does not include {}.
- Set a FLASK_APP enviroment variable, so the flask app knows where to run:
export FLASK_APP=run.py- Run the server!
flask runThis project wouldn't have been made possible without the help of John Nguyen, and Fares Alfowzan.
This project is created under the MIT License.


