May 2015
Beginner
220 pages
4h 16m
English
Chapter 6, Adding Friendship Capabilities, was about adding friendship capabilities. The ability to connect with other users in a social network is important. However, it is even more important to provide an interface to generate content. In this chapter, we will implement the logic behind content creation. We will cover the following topics:
As in the previous chapters, we have a feature that requires changes in both the frontend and backend parts of our application. We will need an HTML form that accepts the user's text, a new model that handles the communication with the backend, and of course, changes in the API. Let's start by updating ...
Read now
Unlock full access