Manos, Cezar, Josefine
This project was done as part of our university project in the Web Engineering course.
This project is about a web application that displays, updates, deletes data from a large dataset which can be found here, https://github.com/owid/co2-data. We used java for the backend, react for the front-end and mysql as a database to store the data.
To get a local copy up and running follow these simple steps.
- Navigate to the
emissions-API
directory - Open the Docker application.
- Run the following command:
docker compose up -d --build
When the containers are running, navigate to http://localhost:3000/ for the complete web application. If you want to just view the backend navigate to http://localhost:51417/.