chupa.miriondb.com | Repository
A simple translated card database from the game THE IDOLM@STER MILLION LIVE: THEATER DAYS or mirishita for short (or in katakana, ミリシタ). The website uses the Princess API to obtain the many card’s information. For the cards' images it downloads from matsurihi.me itself, so the website can be self-sufficient and not rely on their services aside from occasinally updating cards and images.
The website is ran with: a PostgreSQL database to store data, a Python Flask server for serving the frontend and the cards' information, and a Rust server built with Rocket to serve image assets to the Flask server. The website is ran inside a Docker container.