Skip to content

Arquisoft/viade_en3b

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status codecov Codacy Badge

VIADE EN3B

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

The app is deployed here which also contains a technical documentation.

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

Developers

  • Pablo Cañal Suárez
  • Carmen Vigo Rodríguez
  • Miguel Cuesta Martínez
  • Lucía Megido García
  • Elena Rodríguez Río

Building and running the web app locally

You’ll need to have Node 8.16.0 or Node 10.16.0 or later version on your local development machine.

Run:

npm start

Building the docs locally

In order to create the docs you'll need asciidoctor and in case you use plantuml drawings, you'll also need openjdk 8.

Once they have been installed, the docs can be generated with:

npm run docs