Git Product home page Git Product logo

pothole-detection-mobile-app's Introduction

Ionic DreamHouse

Ionic DreamHouse is a sample application that demonstrates how to build mobile apps with Ionic 2.

Installation Instructions

Follow these instructions to install the app and run it with the mock (in-memory) data services:

  1. Make sure you have the latest version of Cordova and Ionic:

    npm install -g cordova
    npm install -g ionic
    
  2. Clone the repository:

    git clone https://github.com/dreamhouseapp/dreamhouse-mobile-ionic
    
  3. Navigate to the dreamhouse-mobile-ionic directory :

    cd dreamhouse-mobile-ionic
    
  4. Install the dependencies

    npm install
    
  5. Run the app in the browser

    ionic serve
    

Using REST Services

Follow these instructions to run it with the REST data services:

  1. Replace all references to property-service-mock and broker-service-mock with property-service and broker-service

  2. Install the Node.js implementation of the REST services (see this repository for instructions), and run the Node server.

  3. Adjust the SERVER_URL in providers/config.ts. The default is http://localhost:5000.

  4. Run the app in the browser

    ionic serve
    

pothole-detection-mobile-app's People

Contributors

pratiksanglikar avatar

Stargazers

Roman avatar

Watchers

James Cloos avatar Shailesh Yedge avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.