This is the repository for my level 4 individual project, of the topic 'Sustainability tool for Software Development teams'.
- GUID: 2566489b
- Name: Niamh Boyle
- Advisor: Peggy Gregory
This is a react project made with next.js. To install and run the app, fork the repository and clone it to your personal workspace. Then, cd into the 'curo' directory:
cd curo
After you're in the curo directory, install all the apps dependencies, and then run the app! If it is running successfully, you should be able to access the app through your browser (I would recommend chrome) on port 3000.
npm install
npm run dev
To use the Cloud Carbon Footprint API, go back to root (out of curo) and then cd into the cloud-carbon-footprint directory. Your path should look like IndProject/cloud-carbon-footprint. Then run the following command:
cd cloud-carbon-footprint
yarn start-api
If successful, your terminal should look like this:

If the two lines with green 'info' on them do not appear, the apps will not communicate with one another. Try restarting your CCF app, or simply hitting enter/refreshing the terminal its running on.