jspenaq / devsu

Devsu app with CI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hello World Node App

A simple hello world application built in node and express.

Installation

  • Make sure you have node.js installed
  • npm install

Start Server

npm start

Run tests

npm test

Endpoints

  • /hello: says Hello World!
  • /hello/:name: says hello with the name you pass as parameter in the URL.

About

Devsu app with CI


Languages

Language:JavaScript 79.5%Language:Dockerfile 20.5%