squareboat / nest-storage

A multi-disk multi-driver filesystem manager for NestJS. 💾
https://squareboat.com/open-source/nestjs-boilerplate/storage
MIT License
101 stars 17 forks source link

ADD : Local driver API's Implementation #1

Closed akk29 closed 4 years ago

akk29 commented 4 years ago

This PR includes the implementation of API's for Local Storage Driver in NestJS. Here is the list of all API's completed.

  1. Get Meta Data of File.
  2. PUT API to write the file in system.
  3. GET API to get the contents of the file
  4. Exists, Missing API to check the file present in the system or not.
  5. Delete API to delete file from System.
  6. URL API to get the base url of file.
vinayak25 commented 4 years ago

Thank you @babygame0ver for the PR. Merging it.