CoreyMSchafer/FastAPI-Full-Course ? reverse-engineered prompt
Reverse engineered prompt
Build me a FastAPI web app with a simple frontend, user accounts, and a database backed workflow.
I want people to be able to sign up, log in, and manage their profile, then upload images that get saved and shown back in the site. Make it feel like a real finished app, with templates, static styling, and basic pages for the main flow. It should include database models, migrations, and a clean way to seed some sample data. If it makes sense, add email support for account related messages and a storage option for images that can use cloud bucket settings. Also set it up so it can run locally, in Docker, and has a few tests to make sure the main routes and auth flow work.
Please keep the code organized and readable, and if you need current FastAPI or deployment docs, look them up online.