Skip to content
This repository has been archived by the owner on May 22, 2020. It is now read-only.

jesQM/viade_en3a

 
 

Repository files navigation

Repo cloned from the original "as it was" right after project deadline.

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

Packages

No packages published

Languages

  • JavaScript 93.9%
  • CSS 4.0%
  • Gherkin 1.1%
  • Other 1.0%