MLH-Fellowship / Chamber-of-Secrets

Sprint 2 Project for MLH Fellowship made by Aman Sharma, Suhani Chawla, Saumya Gandhi.
MIT License
9 stars 6 forks source link

Added temporary UI to use /horcrux/download and get files route #8

Closed suhanichawla closed 3 years ago

suhanichawla commented 3 years ago
  1. Added form to send post request to backend on /horcrux/download. Responds with the file, using file-saver npm package to download received file

  2. Added a button to test getfiles route. Makes a get request to /horcrux/get-files and retrives all files uploaded by the user, prints onto console

image