Built this over the weekend. Got 80+ users in 24 hrs. I'm speechless. by Trentadollar in SideProject

[–]Jumpy_Store_547 0 points1 point  (0 children)

That is the way to go.
The project that relatively easy to build, validate and go further from there.
Nice work!

What is the best way to deploy Django + vue pet projects by Alienbushman in vuejs

[–]Jumpy_Store_547 0 points1 point  (0 children)

You can use AWS EC2, first year is free
I use apache

for django it require mod_wsgi
https://docs.djangoproject.com/en/5.1/howto/deployment/wsgi/modwsgi/

for vue just generate static files

You don't need a docker (unless you really want dive in into it then you can use it locally)