Arquisoft / lomap_es1c

LoMap Software architecture group es1c course 2022_23
https://lomapes1c.netlify.app/
1 stars 0 forks source link
decentralized-storage javascript maps react

LoMap es1c

Logo de LoMap

What is LoMap

LoMap is an application developed for a school project that let's you create your own personalized maps with the place that you are interested in.

Main Features:

Automatic Code Analysis

To ensure that the code is running as we expect and also that the quality of it is above our standards we use some pages that analyses our code automatically.

custom CI for LOMAP ES1c Quality Gate Status Coverage

The Team

The group is composed of four members that are the following

Group members:

Developers Emails
David González Fernández uo276818@uniovi.es
Miguel Suárez Artime uo271497@uniovi.es
Damián Fernández Álvarez uo283970@uniovi.es
Rubén Caño Domínguez uo284647@uniovi.es

Technologies

We use different technologies for the develop of the application. For the front part of the application we use React with JavaScript, the backend part is a combination of controllers and services that communicate with PODs, all written in Javascript.

Logo de React Logo de Solid

Local Installation

To proceed with the installation it is necessary to have Docker installed.We download the file docker-compose.yml. Next, we open a command-line interface, we place ourselves in the directory where the file we have downloaded is and then we execute two commands: docker-compose pull and docker-compose up -d. The first command downloads the image of the docker and the second executes all the necessary commands to start the container.

Documentation

If you want to know more of the application you can view the full documentation here: https://arquisoft.github.io/lomap_es1c/.