選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

README.md 632B

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