In the previous chapter, we looked at registering tutors. When a user registers as a tutor, the information about the tutor is stored in two databases. The tutor’s profile details, such as their name, image, and area of specialization, are maintained in a database within the backend tutor web service. The registration details for the user, such as the user ID and password, are stored locally, in a database within the web application.