NodeJs and Express Tutorial

Hello

Description

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.

Setup

  1. Download or clone this repo
  2. Navigate to the root directory
  3. Install Depandancies: npm install
  4. Start the server file: node server.js