-
Astrid Gamoneda
-
Pablo Fernández
-
Nuria San Emeterio
-
Javier García
-
Emilio Cortina
-
Ana Junquera
We have created an informative website for the project to better explain what Sole Chat offers. This webpage can be accessed on this link: website.
You can either download and deploy the application on your computer or run directly from your browser the already deployed version. If you choose the latter, the application can be accessed on this link: application.
The project is an Angular application which once downloaded can be run as:
ng serve -o
Once executed, the application should be available at: http://localhost:4200
The acceptance tests are at: /e2e.
There are also some Cucumber based tests with a simple user story defined at: src/test/resources/features.
To run tests execute:
ng e2e
The documentation is done in AsciiDoc using the arc42 templates. The source documents are located at /adocs.
Using Angular and the AsciiDoctor plugin it is possible to generate the documentation running previously having installed the gulp plugin in angular:
gulp
The documentation is available here