DPigeon / Edge

A web-base application kind of like a social media site to allow parents to communicate with teachers and vice-versa.
0 stars 1 forks source link

Implement images on the backend #136

Closed ribal-aladeeb closed 5 years ago

ribal-aladeeb commented 5 years ago

Implemented images on the back-end. A user can now upload images. The images are saved on the node server. A record is saved into the database in the user or post table to remember the name of the image that was uploaded.

127