We need to have node.js and npm.
And also mongodb.
First we need to clone the project
git clone https://github.com/VicDivi/TFGGWP.git
We need to start the api server before launching the main program
cd API
npm install
node app.js
Lets go back to the main folder
cd ..
Finally we can launch the main program
cd TFGGWP
npm install
ng serve