aniolekx / pirple-homework-1

Homework Assignment #1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Homework Assignment #1

This repo contains a simple "Hello World" API written in NodeJS. It is a RESTful JSON API that listens on a port 3000. Any request to the route /hello, will return a welcome message, in JSON format.

Requirements: installed NodeJS

To run the app please wtire in console: node index.js

App do not contains any dependencies from npm, it utilizes pure NodeJS functionality.

About

Homework Assignment #1


Languages

Language:JavaScript 100.0%