PKT Explorer Backend API
- This project is designed to work with a seperate API server which can be found here: https://github.com/pkt-cash/pkt-explorer-backend
ASP.NET Core framework
- ASP.NET Core is a cross-platform, open-source framework created by Microsoft. Applications can be deployed to Windows, MacOS and LInux. https://dotnet.microsoft.com/
An IDE capable of compiling ASP.NET Core applications.
- Visual Studio Code is a capable, cross-platform IDE with ASP.NET Core integrations. https://code.visualstudio.com/
There are a number of settings that can be configured in applicationsettings.json to customise the installation. Critical settings are described below:
The URL used to access the backend API server. If the API server is installed with default settings, this value should be similar to https://api.example.com/api/v1/PKT/pkt/
The domain that the website will be hosted on. This value is used to generate the correct path to images that are displayed on social media platforms when a page is shared.