Skip to content

marcosdcl/TechStartPro

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 56.1%
  • HTML 39.3%
  • CSS 4.6%