/Binary-Provider

Basic binary uploading application

Primary LanguageJavaScript

Basic binary file uploading application-

To run this on local need to build frontend(already built) and backend-

  1. Frontend(from root dir) - cd Frontend && npm install && npm run build
  2. Backend (from root dir) - npm install && npm run build

It should start on PORT - 8000 and You can upload your .bin files through UI.