This is a reference for the NodeJS and Express intro tutorial. Using this, you can create a basic JSON server. If you get stuck in the tutorial, you can use this as a reference.
- Download or clone this repo
- Navigate to the root directory
- Install Depandancies: npm install
- Start the server file: node server.js