Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.35 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.35 KB

Carbon Credit

Carbon Credit is a reward system for those who travel using public transport and green vehicles. By reducing your carbon footprint, you can purchase rewards and track in real time the carbon emissions you've avoided, making the world a cleaner place.



How to run the API:

1.First, you must get the Node Modules from the API through the npm install command inside the API directory;
2. Then, make sure you have a MySQL process running. Don't worry about the database tables, they will be generated when running the API;
3. Create an .env file inside the API directory with the present variables in the file .env.example. Don't forget to assign the name of an existing schema to the schema variable.
4. After that, to run the API, run the npm start command inside the API directory.

How to run the Mobile App:

1. First, you must get the Mobile App's Node Modules through the npm install command inside the App directory;
2. Afterwards, run the npm start command inside the App directory.

Check out our Figma Design!


Project made for the 2023 Samba Meets Waltz's Hackathon.