Skip to content

Arquisoft/dechat_es6a2

Repository files navigation

dechat_es6a2

Build Status Coverage status Codacy code quality documentation AsciiDoc FF69A4 version 1.1.0 green

App Webpage

You can give it a try at https://arquisoft.github.io/dechat_es6a2/ (OBSOLETE)

Authors

Jorge Álvarez Fidalgo & Othmane Bakhtaoui

Developed on Notepad++ and Atom.

Getting started

In order to run the app locally, you have to install Nodes.js®

Build documentation

You can checkout our project’s documentation here.

The documentation is done in adoc format using the arc42 templates and transformed into html using AsciiDoctor.

To generate the documentation from the adocs folder, just run the following command :

docs

Compile and run

To run the application locally, you have to install http-server:

 npm install http-server -g

And then execute the following command:

 run

It will show some IP addresses where the application will be available.

Testing

There are unit tests using mocha at tests.

There are also some Cucumber based tests defined at step-definitions.

To run tests, execute:

npm test

Performance

To test the performance of our app, we used Gatling performance tests. You can found them at simulations and their results.

To run performance tests, execute the following commands:

  cd performance/gatling/bin
  gatling

then, select the test you want the execute in the command terminal.