In the previous chapter, we began to define the frontend of our application. We created the component to perform the login, and we defined the services that will be communicating with the API. In this chapter, we will focus on the backend, using NodeJS, Express, and MongoDB for it. We’ll build our home component, which will be the central screen of our application. In addition, we’ll establish the mechanisms to persist the user’s session.
NodeJS
NodeJS is an execution environment for ...