/basic-express-server

the most basic express server for demo purposes

Primary LanguageJavaScriptMIT LicenseMIT

Useless Api

DEPLOYED @ LINK TO DEPLOYED SITE A useless HTTP server for demonstration purposes.

coming soon!

UML Diagram

Installation

  1. Clone from this repo git clone <REPO_URL_HERE
  2. cd into <REPO_NAME>
  3. npm install

Usage

Once installed, run npm start

Contributors / Authors

  • Tanner Percival

Features / Routes

  • GET : /person?name=name
    • Parameters
      • must include a person as a route parameter.
      • must include a text property on the request query.
    • Response
      • status 200, and string body if parameters look good.
        • query: name`
      • status 400, if no text is present.