M3kH / node-express-server-intro

An introduction to Node.js and Express.js servers

Home Page:https://lab.github.com/everydeveloper/introduction-to-node-with-express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

An introduction to Node.js and Express.js servers

https://lab.github.com/everydeveloper/introduction-to-node-with-express