Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 560 Bytes

File metadata and controls

35 lines (28 loc) · 560 Bytes

Trabalho no olist

Description

My solution to the challenge from olist.

Instalation

Clone this project

cd TechStartPro/
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

Environment

Computer ASUS X555LF
S.O. Debian
Editor VSCode
Python Flask

Documentation

In TechStartPro / on the console activate venv

source env/bin/activate

and start the application

python run.py

in the browser access your localhost on port 5000