Skip to content

Shoonya Deployment

Aparna A edited this page Jul 26, 2022 · 2 revisions

For deploying the application, separate virtual machines for Shoonya Backend and Frontend are deployed as Docker containers on Azure. Managed Postgres Database in Azure (Azure Hyperscale) is used for the database. The Backend, which is written in Django Rest Framework, communicates with the Frontend, built with Material UI, over a public IP address, and with the database, over a private IP address.

Clone this wiki locally