Demo Video: Link to YouTube
- How to run:
git clone https://github.com/josmarsua/SOS2324-12/
Once the repository is cloned, open Visual Studio Code and run the following (you'll need to install nodeJS and npm if you don't have it yet):
npm install;
cd front; npm install; npm run build; cd ..;
npm start;
- Team
- Project description: Our information sources focus on analyzing essential areas such as global food and water security, encompassing topics like access to clean drinking water and food consumption patterns.. Additionally, we delve into the variability of prices and unique features of Airbnb rentals across diverse cities.
- Repository: gti-sos/SOS2324-12
- DockerHub:
Run the following commands:
docker pull josmarsua/sos2324-12:1.0.0
docker run -p 10000:10000 -d josmarsua/sos2324-12:1.0.0
- URL:
- APIs:
- v1:
- airbnb-listings. Developed by José Martínez Suárez.
- global-food-prices. Developed by Borja Flores Avecilla.
- world-consumption-of-drinking-water-data. Developed by José Joaquín Mena-Bernal Rueda.
- v2:
- airbnb-listings. Developed by José Martínez Suárez.
- global-food-prices. Developed by Borja Flores Avecilla.
- world-consumption-of-drinking-water-data. Developed by José Joaquín Mena-Bernal Rueda.
- v1:
- FrontEnds:
- airbnb-listings. Developed by José Martínez Suárez.
- global-food-prices. Developed by Borja Flores Avecilla.
- world-consumption-of-drinking-water-data. Developed by José Joaquín Mena-Bernal Rueda.