2ez
Overview
2ez is a personal-motivation web application, written in Django (backend) and Vue (frontend). It's in production, hosted on Google Cloud, and available at 2-ez.fr.
Why this project matters
2ez is my full-stack playground: I built and deployed a complete application on it, from the data model all the way to going live. It's also what makes my pentest profile different — I know what it takes to design and run a real application:
- Backend — a Django API, user management and authentication (Firebase).
- Frontend — a Vue/TypeScript interface.
- Infrastructure — deployment and hosting on Google Cloud, with a CI/CD pipeline.
When I audit an application, that developer experience lets me immediately understand the architectural choices — and therefore where to look for flaws.