To run the backend server we use Node.js and Express. The docs can be found when clicking the links below.
Node.js docs: https://nodejs.org/docs/latest-v11.x/api/ Express docs: https://expressjs.com/en/api.html
To install the required packages run:
npm install
To run the Node server run:
npm start