Развертывание Django и React в облаке Google
У меня есть сайт, который использует Django для бэкенда и React для фронтенда, и я хочу сделать мой сайт готовым для клиентов.
- what are the step i should take to make my application production ready?
- what settings in react or Django should i change?
- what do i do with static files?
- what do i do with the database?
- should use something like Nginx?
- how do i make sure my app is secure?
- should i even use google cloud or is there a better alternative for my application like AWS or something similar?