Deploy Django+React js

Asked

Viewed 16 times

-2

Hi, I’d like to ask you a few questions. Suppose I want to make an api for a store application using Django and the frontend using React js. How would the application deploy work, I would need to deploy the two projects independently? Is it possible to pay to put everything in the same place? It would cost more to make this way?

1 answer

1


You can hire a cloud service (aws,digital Ocean,Heroku) and so on and create an instance ( as if it were a virtual computer allocated in the cloud), and run your application similar to the way you run on your local machine accessing via SSH , the service CLI if available.

Regarding cost, it all depends on the means you want to scale your application and the size of it, if it is something small can run all together that there will be no problems.

  • if you can point out any tutorial I would appreciate

Browser other questions tagged

You are not signed in. Login or sign up in order to post.