jrgavilanes / flask-archetype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arquetipo de Flask + Docker + Nginx + Postgres

Arranque

docker-compose up --build

localhost:80 -> /api -> localhost:8000

Entorno en local sin contenedores y con modo debug.

front end

Vscode live ( html + javascript VUE)

backend

cd backend
. venv/bin/activate
python src/app.py

About


Languages

Language:HTML 85.2%Language:Python 14.5%Language:Dockerfile 0.3%Language:Shell 0.1%