shasswank/journalhub ? reverse-engineered prompt
Reverse engineered prompt
Build me a full stack blogging app called JournalHub where authors can sign up, log in, and manage their own journals, and visitors can browse public posts, read a full post page, leave comments, and like posts.
I want authors to have a simple dashboard that shows counts for total, draft, published, and archived posts, plus easy ways to create, edit, delete, and save posts as drafts or make them public or private. The editor should support rich text, and authors should be able to upload a cover image and a profile picture, and edit their bio.
Please make it feel clean and responsive on both desktop and mobile, with a Vue frontend and a simple Node and PostgreSQL backend using straightforward SQL queries. Use JWT protected routes for auth and keep the API organized. If you need anything unclear, look up current docs online and keep it practical. Also include basic backend tests for the main API routes.
Are you gonna build this?
make sure you review the code using coderabbit