rohanvarshney / LostThenFound

A consolidated lost and found solution for universities & campuses.
http://gtlostandfound.herokuapp.com/
GNU General Public License v2.0
1 stars 0 forks source link

correctly upload user inputted image to database #54

Closed dbehailu closed 3 years ago

dbehailu commented 3 years ago

need to figure out some way to serialize or upload image file as binary to db

dbehailu commented 3 years ago

used multer to implement functionality.

dbehailu commented 3 years ago

npm commands to run:

in server folder, run npm i multer cors