Application with Restful API and Flask to extracts information from a database.
This application was tested in UBUNTU 18.04 LTS
- Python 3
sudo apt-get install python3.7
- PIP
sudo apt-get install python3-pip
- 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
python3 app.py run server
William Roberto de Araujo
email: [email protected]
This project used MIT License.