M3kH / node-express-tutorial

A reference for a NodeJS and Express tutorial I wrote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJs and Express Tutorial

Description

This repository is a reference for a turotial I wrote on creating a basic JSON server using Express and NodeJS.

Setup

  1. Download or clone this repo: git clone https://github.com/grobergm/node-express-tutorial
  2. Install Depandancies: npm install
  3. Navigate to the root directory
  4. Start the server file: node server.js

About

A reference for a NodeJS and Express tutorial I wrote


Languages

Language:JavaScript 100.0%