Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Safet Purkovic d6fab451d7 Feature / Implemented filter, sort and pagination 4 anos atrás
.vs/BlackRock Feature / Implemented filter, sort and pagination 4 anos atrás
.vscode Fixed swagger 4 anos atrás
BlackRock.Reporting.API Feature / Implemented filter, sort and pagination 4 anos atrás
.gitignore Refactoring code 4 anos atrás
BlackRock.sln Upgraded .NET 6 from release candidate to release 4 anos atrás
README.md Updated README file 4 anos atrás
package-lock.json Upgraded .NET 6 from release candidate to release 4 anos atrás
package.json Upgraded .NET 6 from release candidate to release 4 anos atrás

README.md

PDFEngineAPI

Download coreui free template ReactJS app from Drive (https://drive.google.com/file/d/16bRt2MTkg8b6cHLPtM_EzcF7H6raYz91/view)

Then extract it and open in command prompt
run: npm install
run: npm start

PDFEngine module must be linked to PDFEngineAPI

In PDFEngine module project terminal type npm link
In BlackRock.Reporting.API project terminal type npm link PDFEngine

After it you can open BlackRock.Reporting.API project in terminal

run: npm install
run: dotnet run and open https link

NOTE: you must install .NET 6 SDK before starting API

The first launch will take a little longer