udeshitha90 / Edu-Hub

Education mobile app using ionic 2 and sqlite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
    

About

Education mobile app using ionic 2 and sqlite


Languages

Language:C 49.9%Language:JavaScript 34.1%Language:Objective-C 6.5%Language:CSS 3.8%Language:Java 3.1%Language:C++ 1.6%Language:CoffeeScript 0.3%Language:TypeScript 0.2%Language:C# 0.1%Language:HTML 0.1%Language:Batchfile 0.1%Language:Shell 0.0%Language:PowerShell 0.0%