Skip to content

inocencio5117/fileConverterAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Converter API

A simple project written in python that converts xls and xlsx files formats in pdf, json and csv formats.

Techs used:

  • Python
  • Flask

Starting the app:

  1. start a virtual env:
    python -m virtualenv .
    source ./bash/activate

Or using a shell like fish (my personal case)

    source ./bin/activate.fish
  1. Install the packages described in the requirements.txt:
pip install -r requirements.txt
  1. Set the flask global variable
export FLASK_APP=app
  1. Start the application
flask run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages