Skip to content

vreamer-tutorial/tdd-excel-file-download-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDD Excel file download API with Flask and Pandas

Setup

  • Create a virtualenv
virtualenv venv

. venv/bin/activate
  • Install Flask
pip install Flask openpyxl

or

pip install -r requirements.txt
  • Create a Flask app

Run Tests

python -m unittest tests.test_excel_file_download 

Run Application

python app.py

Download File

http://localhost:5000/excel/download

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages