Novus-Server
This is a ASP.NET Core web application. Run git clone https://Kiwana@dev.azure.com/Kiwana/Novus/_git/Novus-Server.
VPN. Need to be on VPN to be able to connect to Novus QA databases. Otherwise the Login button will return HTTP status 500.
For the Visual Studio project, ensure you have the Dapasoft Nuget and restore the NuGet packages by extracting the folders inside dapasoft-nuget.zip to C:\Users\<user>\.nuget\packages folder. Right-click Novus.Web project > Set as Startup Project. However, the Novus.IdentityServer is another project that needs to be started as well. Right-click the solution > Set Startup Projects, select Multiple startup projects radio button and for both Novus.IdentityServer and Novus.Web, set their action to Start (src).
Start the project by hitting Ctrl + F5 (non-debug) or F5 (debug). Note that F5 opens up two windows: localhost:5000 and localhost:5001. If Novus-UI is running, may notice that localhost:5001 window shows the UI but do not use that one—access the front end from http://localhost:8080 instead.
Return to Project Setup