April 2020
Intermediate to advanced
716 pages
18h 55m
English
The create new post feature will allow a signed-in user to post a message and optionally add an image to the post by uploading it from their local files. To implement this feature, in the following sections, we will add a create post API endpoint to the backend that allows uploading an image file, as well as add a NewPost component to the frontend that will utilize this endpoint to let users create new posts.