NJACKWinterOfCode / JS-OS

An Unified Operating System on the web
3 stars 3 forks source link

Created actions for filesystem #25

Closed ankushbhardwxj closed 4 years ago

ankushbhardwxj commented 4 years ago

fixes #3 Added API calls which would do POST and GET requests for making files and loading files respectively. Tested with HTTPie.

ankushbhardwxj commented 4 years ago

@RAJAGOPALAN-GANGADHARAN please review and merge 👍 Please look into the routes and let me know if there is a way to merge the GET requests for file and directory into one GET request. Other than that everything is fine.