Skip to content

robeartoe/CS362-CryptoCurrencyViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CS362-CryptoCurrencyViewer

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.


Screenshots:

Frameworks Used:

HTML, CSS, Flask, JQuery,Ajax, and SqlAlchemy.

Installation:

  1. 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 .

  2. Install packages on python with the command:

  pip install -r requirements.txt
  1. Run virtualenv:
source {nameofvirtualenv}/bin/activate

Note the {nameofvirtualenv} is the one you chose, and does not include {}.

  1. Set a FLASK_APP enviroment variable, so the flask app knows where to run:
export FLASK_APP=run.py
  1. Run the server!
flask run

Credits:

This project wouldn't have been made possible without the help of John Nguyen, and Fares Alfowzan.

License:

This project is created under the MIT License.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •