Hi all! What tools/framework do you all use for your MVPs? And why that specific framework/tool? We have always used Rails. but its good to re-evaluate the options from time to time.
Some points that I would like to put in consideration:
Ideally I am looking for something that is also able to grow a little beyond the MVP phase. Somehow my MVP's always end up needing things like data import, csv import, user management etc.
Would love to hear what you are all using =)
Cheers!
For a recent project (Resumey.Pro), we used Django Cookiecutter which comes with ready to ship:
We just run had to run the docker compose on server and point the domain to the server's IP address.
PS: Django with Python is very similar to Ruby on Rails