Skip to content

WilliamAraujo/test_kabum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test KABUM

Application with Restful API and Flask to extracts information from a database.

This application was tested in UBUNTU 18.04 LTS

Requisites:

  • Python 3
    sudo apt-get install python3.7
  • PIP
    sudo apt-get install python3-pip

Procedure to install

  • Clone repository
    git clone https://github.com/WilliamAraujo/test_kabum.git
  • Open test_kabum folder
    cd test_kabum
  • Create a virtual environment
    virtualenv -p python3 venv
  • Actived virtual environment
    source venv/bin/activate
  • Install requirements.txt
    pip install -r requirements.txt

For execute application

python3 app.py run server

Contact

William Roberto de Araujo
email: [email protected]

License

This project used MIT License.

About

Application with Restful API and Flask

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages