Arquisoft / viade_en3a

Viade En3A
https://arquisoft.github.io/viade_en3a/
1 stars 4 forks source link

Build Status codecov Codacy Badge

VIADE EN3A

Index

  1. How-to-use

    1. Installation

    2. Starting

    3. Testing

      1. Unit tests

      2. Cucumber tests

  2. Miscellaneous information

  3. Developers names

How-to-use

Installation

In order to install the packages needed for the app to work run:

npm install

Starting

The app can be run as:

npm start

Once executed, it should be available at http://localhost:3000

Testing

Unit tests

For executing the unit tests run:

npm test

Cucumber tests

For executing the Cucumber tests run:

npm run test:e2e

Miscellaneous information

This project is an assignment for the Software Architecture course following these requirements.

The app is deployed at https://arquisoft.github.io/viade_en3a/ which also contains a technical documentation.

More information about how this project has been setup is available in the wiki.

Developers names