Backend Setup
Backend Setup
Last Updated: December 18, 2024Getting Started Step 1: Extract the downloaded zip Folder. Step 2: Open the Field Manager V X.X.X Server folder. Step 3: Select the Field Manager V X.X.X .sln file in Visual Studio. Step 4: Once it opened you can see the projects in the Solution Explorer. To understand the project structure, click here Adding connection...
Database Setup
Last Updated: December 18, 2024This application is configured with MSSql Server out of the box. If you want to change it to some other database provider then you can follow any standard .NET 6 tutorial. In this section, you can find where to look for the Database configuration details in the project. API Project (ESSWebApi) You can find the...
Azure Deployment
Last Updated: December 20, 2024This section covers how to deploy the project in Azure Cloud To host this project we are suggesting going with azure cloud's AppServices.If you plan to use other server options, ensure the server supports .NET 6 runtime. To Register in Microsoft Azure. Setting up the Resource group Step 1: Click on the Resource groups. Step...