This chapter will dive deeper into understanding the tools related to REST API development using NodeJS inside SAP HANA XSA. The tools that will be discussed in this chapter include the SAP Web IDE, the Database Explorer, the XSA cockpit, and GitHub.
SAP Web IDE and connecting to GIT
First, these tools allow developers to develop enterprise software applications. Moreover, they allow debugging the code. Development and debugging go hand in hand. Some developers consider debugging negatively; instead, it should be considered a fundamental step in any development scenario. ...