Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
jakobsn 02942544c0 refactor index file il y a 6 ans
mysql can write to guestbook when logged in il y a 6 ans
src refactor index file il y a 6 ans
templates basic login and session enabled il y a 6 ans
.gitignore Hello world il y a 6 ans
README.md create models for database operations il y a 6 ans
docker-compose.yml webserver launch before database ready il y a 6 ans

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