25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jakobsn bd6504646a more database tables and creating of projects. Bug encountered, sleep on it 6 년 전
mysql more database tables and creating of projects. Bug encountered, sleep on it 6 년 전
src more database tables and creating of projects. Bug encountered, sleep on it 6 년 전
templates basic login and session enabled 6 년 전
.gitignore more database tables and creating of projects. Bug encountered, sleep on it 6 년 전
README.md create models for database operations 6 년 전
docker-compose.yml webserver launch before database ready 6 년 전

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