/NodeJsMySql

Fisrt Sample for NodeJs and MySQL Rest Service

#NodeJsMySql Sample Rest API (POST from SAP)

NodeJs Server with REST APIs to populate MySql Db.

This sample has been really inspired by this post : Epita. ##Goals and Intentions The idea of this POC is to :

  • Populate MySql with POST api call from SAP Backend
  • Use this Db and API to build a client mobile application

##ABAP SapLink and Nuggets

    Data zcl_http_service type ref to cl_http_service.