Развертывание Django и React в облаке Google

У меня есть сайт, который использует Django для бэкенда и React для фронтенда, и я хочу сделать мой сайт готовым для клиентов.

  1. what are the step i should take to make my application production ready?
  2. what settings in react or Django should i change?
  3. what do i do with static files?
  4. what do i do with the database?
  5. should use something like Nginx?
  6. how do i make sure my app is secure?
  7. should i even use google cloud or is there a better alternative for my application like AWS or something similar?
Вернуться на верх