unified bloodbank webapp using django
Azure SQLServer Azure Sql Database Azure app service (for hosting) Azure bot service(for bot) Azure LUIS(language understand) Azure QnA maker
In azure create resource group for webapp deployment (Here i created azure app service and azure sql server and database for storing data)
after creating the resources go to the app service and select deployment center and login with github and select the project repo to deploy. (It will create new workflow file and start deploying)
After deployment change the database credentials for that go to azure sql database that created before and get the ip , port , username & password change it in your source code.
test the web app by clicking on browse button in app service.
create bot in bot framework composer and sigin with you azure account and create profile for deploying then you can directly deploy the bot to azure and deployment get the secret key and embed code to integrate bot into our app for that locate to the channels section select web chat there you can see the secret also add that into your source code.
That's how you can deploy and integrate your web app in microsoft azure
Homepage Walkthrough the nav panel
Where users register new donors
Here we can search for nearby donors by select blood group place and city
For admin and hospitals add delete datas,users and groups
Bot that clarify all blood donation related queries.
Admin credentials user:admin pass:admin@root