In production
CRM
A customer-relationship tool with real business logic, not a CRUD clone.
PythonReact
01. Problem
Needed a customer-relationship tool with actual business logic behind it, not a tutorial-style create/read/update/delete clone.
02. Constraint
The logic had to reflect real business rules, not just move records in and out of a database with a form on top.
03. What I Did
Built the API in a Python framework with a React frontend, encoding the real business rules into the backend rather than leaving them to the UI.
04. Impact & Result
A CRM that models real business rules, not just data storage with a form on top of it.