(all about UPI in Nepal)
UPI Nepal consist of two repository
- UPINepal : (Built on ASP.NET core and Blazor (.NET 7))
- Static : (Contains Static data and Json data for Apps and Banks)
- .NET 7 Preview 4
- Visual Studio 2022 Preview or VS Code or Rider (prefer VS 2022 preview due to preview version of .NET 7)
- In VS studio or Rider select
Server
project as startup project and run - In VS code can naviate to
src/Server
and then typedotnet run
and hit enter - if you want to reference staicai content locally from Static then in that case also have to run static project locally and then need to update
namespace Shared;
public static class StaticContent
{
public const string StaticUrl = "https://static.upinepal.com"; //(Update to local server)
}
to run static Static project locally can use any tools or server for exmaple dotnet-serve