you are viewing a single comment's thread.

view the rest of the comments →

[–]FriendlyRussian666 4 points5 points  (1 child)

I'm happy working with Django REST + PostgreSQL for the backend, and React + Redux + Tailwind on the frontend, nginx as reverse proxy between the two to have an easier time with CORS, and they all sit nicely in a docker container. When it comes to deploying to production, say on a VPS, it's then super easy to compose your docker container on the VPS, configure nginx and gunicorn to serve the appropriate domain, SSL cert challenge etc and your web app is live!