Skip to content

plg22/lomap_en2b

 
 

Repository files navigation

lomap_en2b

Actions Status Quality Gate Status Coverage

Team members

Pedro Limeres Granado [email protected]

Important message

This project is intented to work on two ways, deployed and on a pc locally, so in order to make it possible I just made a few changes on the code and now you will be able to run the app correctly on the main branch 😊😊

Introduction to Lomap

This is an application done by a team of UniOvi students, which evolved to being the redo of that application by one student simulating the project done by a belgian software company, for the Council of Brussels. 💻💻 It is an application where the users can login with their Solid accounts and share their favourite landmarks and places all around the globe with their friends. In the application you will be able to see your friends' landmarks, and you can create landmarks on your favourite places in order to let people see what you enjoy the most about the city of Brussels and also from the whole world. 🌍🌍

This is a website done while we learnt some technologies like React, Typescript or an endpoint using NodeJS with express. 🧐🤓

Quickstart guide

Requirements

  • Git
  • Node.js. If you are interested in using several versions at the same time, you should consider a version manager, such as NVM.
  • Docker (optionally)

Download the project with :

git clone https://github.com/plg22/lomap_en2b

For running it, compile and run the restapi, starting from the base folder:

cd restapi
npm i
npm run dev

Now the webapp:

cd webapp
npm i
npm start

This runs the application in local, take into account you must have nodejs installed in the system. You should be able to access the application in http://localhost:3000.

About

LoMap Software architecture group en2b course 2022_23

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 54.5%
  • HTML 23.5%
  • CSS 12.6%
  • TypeScript 9.2%
  • Other 0.2%