GitXplorerGitXplorer
U

greencommute

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
2a7f176d16ebc5cb55043b5901372f08b9c43be4

adding pm_07 hand-in (#5)

hhuyentran1112 committed 9 months ago
Unverified
2af203e20af6c7ab198005cd5210d81c01aa6f5d

Implement carsize and fuel type buttons

MMuellerMarvin committed 2 years ago
Unverified
691670a41bc90c622f049dd74f1fd3439d9b2b9a

Add choose fueltype

MMuellerMarvin committed 2 years ago
Unverified
9114479f2e605ab723974837737b13398788898b

Remove

MMuellerMarvin committed 2 years ago
Unverified
f06503722def6ddd27c4cc5997a35813f1effa62

First fully working state

MMuellerMarvin committed 2 years ago
Unverified
6dcec08cb02b30a28d00f7e7d4e0015d533347cd

ShittyAwesomeButton

MMuellerMarvin committed 2 years ago

README

The README file for this repository.

Green commute

We empower people to make informed decisions about their commuting habits, inspire a greener future for our planet through data-driven insights, gamification and strong connected community.

Prototype

https://user-images.githubusercontent.com/37087391/227471743-019fd085-4331-481e-abea-cfbae145ab42.mp4

Design

photo_5253604525204423720_w

Getting started

Backend

  1. Install Rust
  2. cd backend
  3. Add a file maps-api-key containing your Google Maps API key
  4. cargo run
  5. Backend starts listening at http://127.0.0.1:3030

Frontend

  1. Install node
  2. cd frontend/
  3. npm install
  4. npm start
  5. Frontend will be available at http://127.0.0.1:3000