Core App Architecture Setup

Заказчик: AI | Опубликовано: 11.11.2025

I am kicking off a new mobile-first product and need the groundwork laid properly so the whole team can build with confidence from day one. Your task is to stand up our entire technical foundation, covering cloud infrastructure, backend services, mobile project scaffolding, and the initial documentation that ties everything together. Here is what I need from you: • Provision an AWS environment with a MySQL database that is ready for production scaling (separate staging and production instances, parameter groups, backups, and basic IAM roles). • Spin up a fresh Laravel codebase that exposes clean REST APIs for user registration, onboarding, and an initial “basic-dashboard” endpoint. We will add features later, but these endpoints must already respect multilingual strings. • Generate a blank Flutter project, wire it to those APIs, and include the first run of onboarding screens so designers have a concrete canvas to iterate on. • Enable multilingual support out of the box—English plus one additional regional language placeholder—so future translators can simply drop in new JSON or ARB files. • Configure a Git repository (GitHub or GitLab, your choice) with an opinionated branching strategy and a working CI step that runs unit tests on each push. • Deliver lightweight documentation: environment diagram, setup instructions, and a milestone plan that shows the next logical sprints. Acceptance is straightforward: the AWS stack must deploy from an IaC script or CloudFormation template; the Laravel endpoints should respond with 200s in Postman; the Flutter project must build and display the onboarding flow on both Android and iOS simulators; and the README should let a new developer reproduce the whole setup in under an hour. If you have recent experience marrying Laravel, Flutter, and AWS, I would love to see a short note on similar projects and, if possible, a link to a public repo or build.