Skip to content

sharmahemu1994/node-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Assignment 1

To create local ssl cetificate for https server

openssl req -newkey rsa:2048 -new -nodes -x509 -days 3650 -keyout key.pem -out cert.pem

Hello World API

The NodeJS Master Class - Homework Assignment #1

Simple "Hello World" API - When posted to /hello, user will recieve JSON response "hello" on http port 3000 and https port 3001.
If not posted to /hello then response will load a 404 template page

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors