Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 355 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 355 Bytes

hackerlab-app

Hacker lab MEAN (MongoDB, Express.js, Angular.js, Node.js) application.

##Prerequisites

##Running Server

  • Make sure mongo is running.
  • In base project directory type npm install
  • Type node server.js

##Running Unit tests

  • TODO