|
|
|
|
|
by rasulkireev
966 days ago
|
|
What you know best! For me it would be: *Django* for backend with the built-in templates. No frontend backend split. TailwindCSS for styling. StimulusJS for sprinkling JS wherever needed, which is not very often. Postgres as my DB (although if I'm not integrating Stripe, SQLite will suffice). Maybe Redis for caching and as a broker for background tasks, if needed. |
|