clubby789/StackUnderflow ? reverse-engineered prompt
Reverse engineered prompt
Build me a small StackOverflow style website in Python that feels clean and simple.
I want people to be able to post questions, browse existing questions, view a question page, and see answers underneath it. It should have a basic home page, simple forms for asking and answering, and a layout that works with server rendered templates and a bit of static styling. Keep it minimal and easy to run locally.
Please wire it up so it reads settings from a .env file with app settings, database user and password, and a secret key, and make sure the app can connect to a database cleanly. If you need to check current docs for the best way to do anything, go ahead and look them up online.
Make it feel like a tiny working product, not a demo, with sensible error handling, readable pages, and whatever setup is needed so I can launch it and try it right away.
Are you gonna build this?
make sure you review the code using coderabbit