ackzell / camati

Voicemail app to leave short notes and upload to a server.
https://camati.netlify.app/
1 stars 1 forks source link

~Send the files via a RESTful endpoint~ Store the files somehow #11

Closed ackzell closed 4 years ago

ackzell commented 4 years ago

We want to be able to send the generated audio files through the form on the bottom card.

ackzell commented 4 years ago

So far we are able to connect to a mongodb remote instance from Netlify via a function.

The next step will be to send the file to this function and then store it in the db.