You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415
  1. # PDFEngineAPI
  2. Download coreui free template ReactJS app from Drive (https://drive.google.com/file/d/16bRt2MTkg8b6cHLPtM_EzcF7H6raYz91/view)
  3. Then extract it and open in command prompt
  4. run: npm install
  5. run: npm start
  6. PDFEngine module must be linked to PDFEngineAPI
  7. In PDFEngine module project terminal type npm link
  8. In BlackRock.Reporting.API project terminal type npm link PDFEngine
  9. After it you can open BlackRock.Reporting.API project in terminal
  10. run: npm install
  11. run: dotnet run and open https link
  12. # NOTE: you must install .NET 6 SDK before starting API
  13. # The first launch will take a little longer