You can give it a try at https://arquisoft.github.io/dechat_es6a2/ (OBSOLETE)
In order to run the app locally, you have to install Nodes.js®
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
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.
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
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.