This repository is a reference for a turotial I wrote on creating a basic JSON server using Express and NodeJS.
- Download or clone this repo: git clone https://github.com/grobergm/node-express-tutorial
- Install Depandancies: npm install
- Navigate to the root directory
- Start the server file: node server.js