iamakhilvarun/Blogging_platform ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple blogging app where people can sign up, log in, write posts, edit them, and delete them from a clean web interface.
I want it to feel like a basic but complete blog platform, with a homepage that shows recent posts, a page for each post, and a way for logged in users to manage their own content. If it makes sense, add user accounts so posts are tied to authors, and keep things organized with a database behind the scenes.
Please wire up the app so it actually runs, use the existing Python setup, and make sure the main routes, models, and database connections all work together. If anything is missing or unclear, fill in the gaps with sensible defaults and look up current docs online if you need to. Also make it easy to create a test user so I can try the app quickly.
Are you gonna build this?
make sure you review the code using arcumet