ar5had / expense-listing-app

An expense listing app I made as a frontend challenge for Pleo.
https://pleo-meets-arshad.herokuapp.com
MIT License
1 stars 0 forks source link

Feature/graphql multipart image upload #42

Open ar5had opened 5 years ago

ar5had commented 5 years ago

I have removed apollo-boost now, and now image can be uploaded as per graphql multipart spec. The only thing that is left to do is some adjustment in the frontend and also write the delete receipt code on server-side as well as client-side.