icarnaghan / cmst488-project2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMST 488 Project 2: Setting up a basic Express.js website

Starter template files for project 2 to setup a basic express.js website. Project includes routes handled in home controller for the homepage, displaying resources webpage (from JSON), and a Bio page.

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:EJS 69.3%Language:JavaScript 30.7%