-
Notifications
You must be signed in to change notification settings - Fork 9
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.
Please reach out to us via Discussions forum if you wish to improvise the documentation or contribute to this project