RAWDATA PROJECT Semester 1

Daniel Șerbănescu 06ba06631e Fixed comments and HTTPS testing. 5 years ago
section1 864e3d0ef4 Comnpleted search functionality and added test(not complete) 5 years ago
section2 06ba06631e Fixed comments and HTTPS testing. 5 years ago
section3 25f8cc39b2 Syntax corrections. 5 years ago
section4 c4ea577022 Merge branch 'enable-https' of afl00d/rawdata into master 5 years ago
.gitignore 9ebbc7288c monster IReadOnly refactoring 5 years ago
LICENSE 192ff8ae9d Initial commit 5 years ago
README.md 529d1a5f20 Added setup instructions. 5 years ago

README.md

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