Skip to content

rabelamerany/billing-management-mobile

Repository files navigation

Billing Management Mobile

Rabab El Amerany Project

Mobile solution aimed at piloting the commercial activity of the company, managing the relationship with customers, collecting, concentrating and analyzing customer data in Android and iOS applications with Ionic as the programming language.

Built With

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

  • Download the installer for Node LTS.
    https://nodejs.org/
  • Install the Ionic CLI with npm: Download the installer for Ionic.
    npm install -g ionic
  • Install globally cordova
    npm install -g ionic cordova
  • We recommand to test your code by running ionic run android or ionic run ios to see results on simulators. If you're not familiar with Ionic framework, please read the Ionic documentation:
    https://ionicframework.com/docs/

Installation

You can instruct your audience on installing and setting up your app

  1. Clone the repo
    git clone https://github.com/rabelamerany/billing-management-mobile
  2. Install the app by running from the project root:
    npm install
  3. Install Ionic platform for ios and android
    ionic platform ios android
  4. Run in a terminal from the project root.
    ionic serve
  5. Don't forget to run the api project.
    https://github.com/rabelamerany/billing-management-api
    

(back to top)

Deploying

Android

  1. Run ionic cordova run android --prod

iOS

  1. Run ionic cordova run ios --prod

(back to top)

Contact

Rabab El Amerany - rab.el.amerany@gmail.com

Project Link: https://github.com/rabelamerany/billing-management-mobile

(back to top)