- install cordova and ionic:
npm install -g cordova ionic
- clone this repository
cd footpather
bower install
- If you don't have bower, run
npm install -g bower
to install it
ionic serve
starts the app in the browser
- If prompted to select address, enter 2 for localhost
- If not automatically redirected, navigate to http://localhost:8100
cd footpather-server
npm install
node bin/www
starts the server
- Xiaoli Jiang
- Ru (Wendy) Liang
- Jennifer Wu
- Lan Xu
- Ionic: Advanced HTML5 Hybrid Mobile App Framework
- Angular: Superheroic JavaScript MVW Framework
- Heroku: Cloud Application Platform
- MongoDB: NoSQL database
- Google Maps API