Skip to content

TheAbyssalOne/animal-farm-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animal Farm

A sample Express application written in Node.js for a Github README post.

Prerequisites

  • Node.js
  • yarn

Install modules

Run yarn to install the required node modules.

yarn install

Running

You can run the sample app in a couple of different ways. The first is to launch the application via yarn:

yarn start

Or you can directly run it via node:

node app.js

Tests

You can also run the tests via yarn:

yarn test

About

test for DevSecOps classes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.5%
  • Dockerfile 9.5%