PyExcel-Docker is a docker version of the popular PyExcel (https://github.com/pyexcel/pyexcel) Application. This is an implementation of PyExcel with a simple user interface.
The objective is to convert an excel file into JSON data.
These include:
- You are proficient in Python
- You know what Docker is and have used it before.
- You have used PyExcel.
- Go to the docker hub and pull the Docker image.
- Run the image in your preferred environment by using the following command.
docker run -d -p 5000:5000 a23labs/pyexcel-docker:latest
Install and activate your virtual environment
source venv/bin/activate
flask run
Then navigate to http://localhost:5000/upload
and upload an excel file.
This is on assumption that you have a Heroku Account and an existing application
git push heroku master
✌🏾
Made in 🇺🇬