Git Repository → https://github.com/aryarkusuma/tweetpic-docker
Deployed App Example → https://tweetpic.taila9d411.ts.net/ ( Tunneled Rest Api Server)
( See https://github.com/aryarkusuma/tweetpic-docker/blob/main/README.md, and test the api on my tunneled api server )
<aside> 💡 Simplefied twetpic web app workflow
</aside>
User will input the twitter tweet url on the tweetpic website
( ex: https://x.com/StarFleetTours/status/1805741349653848284 )
Send user tweet url by rest http interface to backend.
BE service will check if that tweet exist.
BE service will take screenshot of the tweet and saved the screenshoted image in a storage
BE service would response with the image link (image served by file server service) of a screenshoted tweet to the user/client request
An image of that screenshoted tweet will appear on the website for couple seconds.