Skip to content

A foreign exchange currency converter Flask application.

Notifications You must be signed in to change notification settings

storrer/forex-with-flask

Repository files navigation

Forex With Flask

A foreign exchange currency converter Flask app.

Author: Christopher (Chris) Storrer

Technologies Used:

Usage

Clone this repository, cd into it, and follow these steps to start the app:

  1. Create a virtual environment and activate it:
# Create a virtual environment 'venv'
python -m venv venv
# Activate your virtual environment in one of the following ways
source venv/bin/activate # Bash/Linux/MacOS
# Or
venv/Scripts/Activate.ps1 # Powershell/Windows OS
  1. Install dependencies
pip install -r requirements.txt
  1. Start the server!
flask run

See supported-currency-codes.txt for a list of support currencies.

About

A foreign exchange currency converter Flask application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published