Arquisoft / viade_es3b

Viade es3b
1 stars 2 forks source link

Build Status codecov Codacy Badge documentation Version Badge

VIADE ES3B

Description

This repository contains the work do it during the semester to do a decentralized routes management system based on the solid specifications.

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

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

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

Cloning repository

> git clone -b https://github.com/Arquisoft/viade_es3b.git

Installing

> npm install

Running

> npm start

Testing

> npm test

BDD Testing

> npm run test:e2e

Documentation

> npm run docs

Participants