How to hand in your Work:
You will hand in your Code as a GIT LAB Repository:
In this Lab Test, you will create a WEB SERVER using NODE.js and the Appropriate NPM Packages.
Resources:
Advanced Node Application Development Tutorial:
Required Output/ Work Product:
A web server that can serve up dynamic and static content.
This is the second building block of your project.
The first block was the SQLITE database.
Optional Lab Test Activity:
Install nmap and practice using it to determine which ports you have open:
How to do this Activity:
Work in the directory that you did your SQLite application development.
Try using NODEMON to restart your server after code changes:
yarn global add nodemon