Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 312 Bytes

readme.md

File metadata and controls

19 lines (12 loc) · 312 Bytes

Homework Server

A node js webserver built to collect homework. This server is a sample tutorial for learning.

Installation

  1. Install the dependencies

     $ npm install
    
  2. Run the tests

     $ npm test
    
  3. Run the App

     $ npm start
     
     install