Skip to content

Arquisoft/lomap_es6a

Repository files navigation

LoMap ES6A

CI for LOMAP_ES6A Quality Gate Status Coverage

Demo video

Link proyecto desplegado


🖥️ Project developers:

Developers UOs GitHub Profiles
Rubén Díaz Zapico UO283204@uniovi.es Rubén
Javier Novella Tomás UO282944@uniovi.es Javier
Pablo Fernandez Díaz UO271116@uniovi.es Pablo
Alonso Antuña Gómez UO282834@uniovi.es Alonso
Sergio Moro Muñiz UO284622@uniovi.es Sergio

🗺️ Project description:

LoMap is a social network in which its users can share photos of places they have been along with a description and rating of them. These places will appear in the form of markers on a map and you can catalog each marker by type (bar, shop, landscape, restaurant) according to which a different icon will appear to identify it. Likewise, they can also search for their friends to be able to see the photos that they share on their maps and be able to leave them comments on them.


📑 Deployment instructions:

To run the project, it will be necessary to clone it first, so it is necessary to have git (access through the following link), and then clone this repository to a local directory, either by downloading the repository in .zip format or as follows:

  1. Go to the local directory where to clone the repository.
  2. Open the console or command prompt.
  3. Enter the following code:
   git clone https://github.com/Arquisoft/lomap_es3a.git

Once done, the app can be launched as follows.

Native deployment (Node)

First, Node must be installed. In case it is already installed, you must make sure that you have the latest version of it. Then, we run the following in the console:

cd webapp
npm install
npm start

To access this to the web (once the previous process has been done), just go to the following link.


📑 More information:

You can find more information about the repository in the following link.