What
Add an example/ folder to the repo with a small Flask project that users can run CodeMorph on to see it work immediately.
Why
New users need a working demo they can try in under 5 minutes. Without it, the barrier to first use is too high.
Acceptance criteria
What
Add an
example/folder to the repo with a small Flask project that users can run CodeMorph on to see it work immediately.Why
New users need a working demo they can try in under 5 minutes. Without it, the barrier to first use is too high.
Acceptance criteria
example/flask_app/contains a small Flask app with at least 3 routesexample/flask_app/tests/contains passing pytest testscodemorph migrate --from flask --to fastapi ./example/flask_app