Here are instructions for how to set up a node.js and Express local server to interact with the application through. 1. Install and initialise node.js on your computer. https://nodejs.org/en/ 2. Open your terminal in the server folder or change directory to it through the terminal. Copy/Paste the following: MAC route: cd kanban/server Windows route: cd .\kanban\server\ 2. In this directory, run: 'npm install' 3. Finally, in the same directory as you ran the previous, start the server by running: 'node server.js' To access the server and the submission, navigate to http://localhost:3000// in your web browser.