Projects with this topic
-
Full-stack web app for managing grocery receipts and providing market analysis across products and retail chains.
Updated -
This is a community-driven platform, my humble personal project to combat scam calls by collecting and sharing reported scam numbers. The frontend is hosted on Cloudflare Pages with a secure Cloudflare Worker backend requiring email or GitHub authentication.
Updated -
Phoenix is a comprehensive web app template built with a Flask backend and a modern, responsive frontend styled with Tailwind CSS. It serves as a foundational starting point for developers looking to grow their Flask projects and analyze the implementation of more complex features. The template is designed to explore crucial functionalities, including the integration of a payment system and the proper management of user sessions. Its modular structure encourages extendability with other open-source libraries, featuring dedicated CSS and JavaScript files for each page to ensure clean, organized, and maintainable code.
Updated -
This cookiecutter was initially derived by https://github.com/cookiecutter/cookiecutter-django but enhanced by myself with the specifics needs I had in my projects. It now implements the following
Backend (in directory backend_django)
Django 5 with Python 3.12 Postgres 17 REST API JWT auth Celery 6Frontend (in directory frontend_vue)
Vite with Vue3 TailwindCSS 4 SASS can be used if needed (seperatly from TailWind)Architecture
Traefik 2.9 Gitlab CI pipeline for testing (develop branches) and multi-arch production builds (master branch) full registry caching using gitlab internal registry push to external registry for final production builds multi-arch builds amd64 and arm64, with builds of emd64 on gitlab runners builds of arm64 via gitlab runner on AWS E2C instances, with automatic startup/stop of instancesDevelopment Environments
docker environments and corresponding docker compose stacks for local development (local.yml, and dockerfiles in compose/local with envs in .envs/local) production builds (production.yml, and dockerfiles in compose/production with envs in .envs/production) local development without docker, using python venv see local Makefile for a good overview of the build environmentsUpdated -
This is a polls app getting created for testing purposes.
Updated