Skip to content

Integrated Web and Mobile application to monitor and record commuting carbon footprint via transport mode detection.

License

Notifications You must be signed in to change notification settings

prithmanickam/Green-Workplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Green-Workplace

Integrated Web and Mobile application to monitor and record commuting carbon footprint via transport mode detection. For my University Year 4 Computer Science Project/Dissertation. Recieved grade A3 (84%) and Award for Best Evaluation.

Video Demo & Screenshots

Video of Dissertation Outline and Product Demo

https://www.youtube.com/watch?v=IgmVUZzCSis&ab_channel=PrithManickam

Web App Employee pages

Web App Admin pages

Mobile App pages

Installation

Frontend

  • cd client
  • npm start

Backend

  • make sure to add the Supabase URI string to .env in server folder
  • cd server
  • npm run dev

Mobile Frontend

  • cd mobile_client
  • npx expo start

Mobile Publish Update (for developers)

  • expo login
  • eas update --channel production

Testing

Backend testing

  • npm test
  • for code coverage: npm test -- --coverage

Code Quality Testing via SonarQube (Locally)

  • Go to the directory where sonarqube is installed C:...\sonarqube-10.3.0.82913\sonarqube-10.3.0.82913\bin\windows-x86-64
  • run StartSonar.bat
  • in sonarqube via localhost:9000, create a new project and store the token provided
  • in the main directory of code type:
  • sonar-scanner.bat -D"sonar.projectKey=Green-Workplace-Full" -D"sonar.sources=." -D"sonar.host.url=http://localhost:9000" -D"sonar.token={Enter your token}"

About

Integrated Web and Mobile application to monitor and record commuting carbon footprint via transport mode detection.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages