Skip to content

A Node.js/Express demo application

Notifications You must be signed in to change notification settings

jbi89/node-demoapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Demo application

This is a "Hello World!" application written in Node.js/Express with Mocha/Chai for testing.

If you don't yet have a GitHub account, create one first [here](https://gith ub.com/join).

Cloning

First, clone this repository. To do this, create a fork by clicking the [Fork] button on the top right of this page.

After creating the fork, git clone it to your local machine.

Running the test locally

$ cd node-demoapp
$ npm install
$ npm run test

Assignment

Run the unit test each time you commit to your repository by adding the following YAML file to the repository:

.github/workflows/test.yml

You'll find more information on how to do so in the GitHub Actions documentation

About

A Node.js/Express demo application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%