upload images from front-end to back-end server.
simple application for sending images to the server using http request with real-time update posts.
- Backend ✔️
- Frontend ✔️
use "cd Backend" -> "yarn" -> "node ."
open in web the url http://localhost:3333
use "cd Frontend" -> "yarn" -> "yarn start"
open in web the url http://localhost:3000