icarnaghan / cmst488-project4

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMST 488 Project 4: Setting up an Express.js API

Starter template files for project 4 to setup an express.js API. Project includes routes handled in home and resource controllers. The model Resource.js defines the resource structure and validation. The config.env.txt file serves as the template for config.env.

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 66.0%Language:EJS 34.0%