ERMIASWAKGARI/blog ? reverse-engineered prompt
Reverse engineered prompt
Build me a blog post website where people can read posts and an admin can log in to manage the content.
I want a clean front end for visitors, plus an admin area that lets me create, edit, and remove blog posts, and sign in securely with a role based login. Use a TypeScript setup with a React client and a Node and Express server, connected to MongoDB. Make it easy to run locally with environment variables for the database, JWT secret, and email settings, and include the basic setup so I can start the server and client separately.
The admin login should work from a dedicated page, and the app should be ready for me to add an admin user in the database if needed. If anything is unclear, use current docs online and make sensible choices so the project is usable right away.
Are you gonna build this?
make sure you review the code using coderabbit