/RestAPI-Livechat

A little example of RestAPI with MeteorJS and Iron Router

Primary LanguageHTMLMIT LicenseMIT

RestAPI - Livechat Build Status Coverage Status

This is a little example of an RestAPI using MeteorJS And Iron Router

Features:

  • CRUD Departments

Requirements

Getting Started

# Get the repo
git clone https://github.com/MarcosSpessatto/RestAPI-Livechat.git

# Change directory
cd RestAPI-Livechat

# Install Meteor dependencies(with admin roles)
meteor npm install

# Install NPM dependencies
npm install

# Run the API
npm start

# Run unit tests
npm run test - Single run
npm run test:watch - Live mode
npm run coverage - Coverage - Html Reporter at ./tests/coverage-unit

# Run integration tests (* Important, you should be running the project in one tab to run integration tests *)
npm run test:integration - Single run

Documentation

License