aYaremchuk/bbtt — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Rails web app called BBTT for creating posts and distributing them in the background.
I want an admin login that can create, edit, delete, and publish posts, plus a normal user login that can sign in and see the posts meant for them. Use PostgreSQL for the database and Redis with Sidekiq for the background distribution work. Please include the basic database setup, migrations, models, controllers, views, and a seed or rake task that creates an admin user and a regular user with the sample emails and password from the README.
Keep the interface simple and usable, with login, logout, a posts list, a post detail page, and clear buttons for creating and distributing posts. Add tests for the main flows if possible. Also make sure the app can be started locally with the normal Rails server and Sidekiq running alongside it. Look up current docs online if you need to.
Want more depth? Deep Reverse