You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Davao Commute Guide is a final project for an academic course CMSC 186 (Web Services and Service-Oriented Architecture). Full documentation will be iteratively added.
Create .env.local in the root directory of the repository.
Insert NEXT_PUBLIC_GOOGLE_MAPS_API={your_api_key} inside the .env.local and replace {your_api_key} with the api key you copied in the credentials page.
Insert NEXT_PUBLIC_OPEN_WEATHER_API_KEY={your_api_key inside the .env.local and replay {your_api_key} with the api key you copied in the Open Weather page.
Run the project
Run the following command to run the project.
npm install
npm run dev
About
A final project for CMSC 186. This is a web application to optimize commuting by displaying optimal jeepney routes and estimated travel time and fare.