omarciovsena/abibliadigital ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple REST API for Bible content that lets people look up books, chapters, and verses in an easy way.
I want it to feel like a real public service, with a clean homepage or docs page, a health check endpoint, and endpoints for getting Bible data by book, chapter, verse, or search text. It should be usable from a browser or from other apps, and it should have basic rate limiting for anonymous users with token based access for heavier use.
Please include a setup that works locally with a database, plus a Docker option so it’s easy to run. Add a few example responses, clear documentation, and some basic tests so I can tell it’s working. If you need to look up current docs online for any library or best practice, go ahead.