This web application allows users to search and visualize data related to Slovenia’s CO2 footprint, sourced from the open data platform "OPSI".
https://podatki.gov.si
Frontend: Built with React.js, using the Axios component for API requests.
Backend: Developed with Express.js.
Database: Data stored in a MySQL database.
After cloning the project, install the required dependencies with the following commands:
$ npm install react
$ npm install react-axios
$ npm install express
$ npm install mysql
To start the application, run:
$ npm start