https://github.com/harsh7editor/smartcity-traveller
Smart City Traveler App
https://github.com/harsh7editor/smartcity-traveller
css html java javascript postgresql rest-api spring-boot sql tailwindcss
Last synced: 3 months ago
JSON representation
Smart City Traveler App
- Host: GitHub
- URL: https://github.com/harsh7editor/smartcity-traveller
- Owner: harsh7editor
- Created: 2024-11-16T13:13:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-18T06:00:57.000Z (over 1 year ago)
- Last Synced: 2025-03-12T13:44:21.484Z (over 1 year ago)
- Topics: css, html, java, javascript, postgresql, rest-api, spring-boot, sql, tailwindcss
- Language: Java
- Homepage: https://smart-city-traveller.netlify.app/
- Size: 15.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Smart-City-Traveller
# Requirements
- Android Studio
- minimum 4GB RAM
- minimum 2GB Storage
- FourSquare API (version 3 `v3`)
- Google Maps API
- Working Internet Connection
### 1. Changing Foursquare Api
- Login with foursquare account and get Authroization code
- Now go to : [app\src\main\res\values\strings.xml](app\src\main\res\values\strings.xml)
- and replace `AUTH_ID` with your own foursquare authroization code.
### 2. Change the Google Maps Api
- Get [Google Map api](https://developers.google.com/maps/documentation/android/signup)
- Now go to : [app\src\release\res\values\google_maps_api.xml](app\src\release\res\values\google_maps_api.xml)
- and replace the "google_maps_key" with your own google map api key.