Skip to content

Arquisoft/lomap_es4c

Repository files navigation

LoMap ES4C

Participantes:

  • Pelayo del Campo González
  • Raúl Álvarez Álvarez
  • Iván Vega Prieto
  • Alba Guerrero García

Actions Status Quality Gate Status Coverage

Deploy in Vercel

Lomap

This project is a basic example of website using React with Typescript and an endpoint using NodeJS with express.

Quick start guide

In case you already have node.js and npm, make sure you update them before attempting to build the images

If you want to execute the project you will need git, Node.js and npm and Docker. Make sure the three of them are installed in your system. Download the project with git clone https://github.com/arquisoft/lomap_es4c. The fastest way to launch everything is with docker:

docker-compose up --build

This will create two docker images as they don't exist in your system (the webapp and the restapi) and launch a mongo container database. It will also launch Prometheus and Grafana containers to monitor the webservice. You should be able to access everything from here:

If you want to run it without docker. Compile and run the the webapp:

cd webapp
npm install
npm start

You should be able to access the application in http://localhost:3000.

More information

You can get more information about the repository in the other README files: