Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Arquisoft/sole_chat

Repository files navigation

sole_chat

Build Status Coverage Codacy code quality

Contributors

  • Astrid Gamoneda

  • Pablo Fernández

  • Nuria San Emeterio

  • Javier García

  • Emilio Cortina

  • Ana Junquera

What is Sole?

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.

Online application

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.

Compile and run

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

Testing

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

Build documentation

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

Site documentation

The documentation is available here