ChanMeng666/douyin-mall-go-template — reverse-engineered prompt
Reverse engineered prompt
Build me a beginner friendly TikTok Shop style ecommerce app using this repo as the template.
I want a Go backend with a simple React frontend where people can register, log in, browse products, add items to a shopping cart, place orders, and see basic order details. Use JWT login, MySQL for storing users, products, carts, and orders, and keep the API clean so it’s easy to learn from. If there are admin or product management parts already in the template, wire those up too so products can be created, edited, and listed.
Please make it runnable locally with clear setup steps for the backend, frontend, database config, and any sample data needed. Keep the UI simple and modern, like a small shopping demo rather than a full real marketplace. Add sensible error messages, loading states, and make sure the main flow works end to end.
Look up current docs online if you need to.
Want more depth? Deep Reverse