Remix.run Logo
daliz 3 hours ago

Hi, thank you for this interesting project! Could you please give some technical details on the languages/tools/frameworks/libraries you used to create it? Very inspiring, thank you again.

mfa 2 hours ago | parent [-]

Hey, thanks! The core is really simple: Django + Postgres, Tailwind CSS for the UI, and little bits of plain JavaScript for things like the countdown timer. I also used a couple of libraries like django-allauth for account management and django-storages for managing static assets in S3. The whole thing runs on AWS.

I have no corporate secrets here, so if there's anything else you'd like to know, happy to share!

daliz an hour ago | parent [-]

From a fellow Django fan, I'm glad to hear this. Thank you for the info!