Skip to content

davidsonbpe/python-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python Server html5 css js

Este aplicativo demonstra um aplicativo Web Python simples e reutilizável.

Execute o aplicativo localmente

  1. Install Python

Git clone Repositorio.

git clone https://github.com/davidsonbpe/python-server.git

Abra a pasta repositorio.

cd python-server

Para iniciar o aplicativo Run.

python server.py

Acesse o aplicativo em execução em um navegador em.

http://localhost:3100

Install npm

npm i python-server

Abra a pasta repositorio.

cd node_modules/python-server

Para iniciar o aplicativo Run.

python server.py

Execute em servidor linux

npm i python-server

Git wget Repositorio.

wget -c https://github.com/davidsonbpe/python-server/releases/download/1.1/python-server.zip

Abra unzip.

unzip python-server.zip

Para iniciar o aplicativo Run.

python server.py

Acesse o aplicativo em execução em um navegador em.

http://localhost:3100