README.md 608 B

rawdata

RAWDATA PROJECT Semester 1

Setup the DataService

In order to get the Dataservice connected to ta database one has to configure the database connection string as follows.

Copy the file section2/SovaDataService/appsettings.development.example.json to section2/SovaDataService/appsettings.development.json

And edit the datahase connection details. The DataService app should be ready to run at this point.

Running the Webservice

Inside the folder section2/SovaWebService execute: dotnet run

Running the Frontend Webserver

Inside the folder section4/SovaFrontend execute: dotnet run