Boolean-Autocrat/stock-simulator-backend ? reverse-engineered prompt
Reverse engineered prompt
Build me the backend for a real time stock simulator in Go.
I want it to handle limit buy and limit sell orders, keep the important trading data in Postgres, and use RabbitMQ for the live order processing part so it can stay fast. Please include a clean API for the simulator itself, plus a simple admin side where I can add and view stocks and news articles. The admin area can be basic, but it should feel usable and work with server rendered pages.
It should also have authentication, with Google sign in for the app side and session cookies for the admin panel. If anything about the current setup is unclear, look up the latest docs online and make sensible choices. I’d like the project to be runnable with Docker and easy to start in development with migrations, local database setup, and live reload.