/contact-groups-server

Primary LanguageJavaScriptApache License 2.0Apache-2.0

contact-groups-server

Codacy Badge

Build Status

Setting up the app

  1. Install Node.js
  2. Install MongoDB
  3. Clone this Git repository:
$ git clone https://github.com/jboss-outreach/contact-groups-server

Running the app

  1. Install all Node dependencies:
$ npm install
  1. Start the MongoDB server (as root):
$ sudo mongod
  1. Start the server:
$ npm start