Projects with this topic
-
This cookiecutter was initially derived by https://github.com/cookiecutter/cookiecutter-django but updated and enhanced due tothe specifics needs I had in my projects. It now implements the following: Docker images for local dvmnt and production, as well as local venv dvmnt. Backend: Django 5 with Python 3.12, postgres 17, REST API incl. auth, Celery 6 Frontend: Vite with Vue3, TailwindCSS 4 (with SASS coexisting) Misc: Traefik 2.9, GitLab CI pipelines for testing and production incl. multi-arch build (on E2C)
Updated -
This project demonstrates a full CI/CD pipeline for deploying a Flask application. Code is pushed to GitHub, mirrored to GitLab, and automatically deployed to an Ubuntu EC2 instance using GitLab CI/CD. The Flask app is served with Gunicorn behind Apache, secured with HTTPS (Let's Encrypt).
Updated