Python Metadata API for NFT collectibles
A very simple Python Flask app for serving the metadata for a collection of items.
You'll need a machine with Python 3 installed.
I have served this through Heroku.
Create a virtualenv with Python3
run pip install --upgrade pip
run pip install -r requirements.txt
Run the API with python app.py
and hit http://localhost:5000/0
depending on the size of your collection
you would change the number after the last / to go to it
http://localhost:5000/1 or http://localhost:5000/56
To deploy on Heroku; use Heroku CLI heroku login -i cd heroku create git init git add . git commit -am 'comments go here' git push heroku master
then hit http://appname.herokuapp.com/0