No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
jakobsn 651e709e46 Add navbar hace 6 años
mysql can write to guestbook when logged in hace 6 años
src Add navbar hace 6 años
templates basic login and session enabled hace 6 años
.gitignore Hello world hace 6 años
README.md create models for database operations hace 6 años
docker-compose.yml webserver launch before database ready hace 6 años

README.md

Simple python web application

Python webpy application running on uswgi server with nginx using docker connected to another docker-runned mysql database.

Web Server image: https://github.com/tiangolo/uwsgi-nginx-docker webpy framework: http://webpy.org/

prerequisites:

docker https://www.docker.com/

Run

docker-compose up