This repository contains a skeleton of the VIADE project.
This project is an assignment for the Software Architecture course following these requirements.
The app is deployed at https://arquisoft.github.io/viade_es1c/ which also contains a technical documentation.
More information about how this project has been setup is available in the wiki.
You can use the application by clicking on the next link
Or if you prefer, you can clone the repository and make this steps.
First, you should install the dependencies with the next command
npm install
The second step would be to start the app with the command:
npm start
And the application should open in your browser.
If you want to start the application using Docker, you need to run the Docker application, navigate to the Viade_es1c folder and run the following command:
docker-compose up -d
It will show a URL from which you can access the application Viade and another URL to access your Solid POD.