Skip to content

bitkarrot/satsconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Satsconverter

A Basic Bitcoin to Fiat converter with price feeds from Coindesk.

FastAPI + Vercel

This app runs on FastAPI on Vercel

To install

python3 -m venv venv 
source venv/bin/activate
pip install -r requirements.txt

To run this app locally

uvicorn src.app:app --reload

Your application is now available at http://localhost:8000.