icarnaghan / cmst488-project1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMST 488 Project 1: Setting up a basic Node.js Web Server

Starter template files for project 1 to setup a basic web server including routes for healthcheck, static view, and returning JSON resources.

Installation

This project requires Node.js (https://nodejs.org/en/) with NPM to install.

npm i

Usage

Nodemon has been setup to allow for local development. The default project will run on port 5000 (http://localhost:5000). Once code has been completed in the various sections, the project can be started by issuing the following:

npm run dev

More information

This is a class project for CMST 488. For more information, see the project description and instructions with in the online class.

About


Languages

Language:JavaScript 88.7%Language:HTML 11.3%