Developers | UOs | GitHub Profiles |
---|---|---|
Rubén Díaz Zapico | [email protected] | |
Javier Novella Tomás | [email protected] | |
Pablo Fernandez Díaz | [email protected] | |
Alonso Antuña Gómez | [email protected] | |
Sergio Moro Muñiz | [email protected] |
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.
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:
- Go to the local directory where to clone the repository.
- Open the console or command prompt.
- Enter the following code:
git clone https://github.com/Arquisoft/lomap_es3a.git
Once done, the app can be launched as follows.
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.
You can find more information about the repository in the following link.