DEV Community

Discussion on: Tech Stack and Cloud Infrastructure to choose for your StartUP.

Collapse
 
d1p profile image
Debashis Dip

Honestly speaking.
Go with the toolsets you know most about and develop on top of it.
As for me, I would choose Python, Django as the framework with Django rest framework.
My database of choice would be PostgreSQL + Redis.
My static file storage would be amazon s3.
And I would use Nginx as the proxy server and host the application at DigitalOcean

On top of that, I would use React for the frontend.

The reasons that I choose those is because they are tested in the past, have a strong community backup in the present and I am more familiar with working with that stack.

Note: I am using DigitalOcean for the projects that I am doing is because it's cheaper.