Skip to content

jagadish-jayachandran/ionic-restful-authentication

 
 

Repository files navigation

ionic-restful-authentication

Ionic Project with Token Based Restful APIs.

Welcome page Ionic 3 and Angular 4 Create Welcome page with Login and Logout Signup Page Ionic 3 and Angular 4 Create Welcome page with Login and Logout Home page Ionic 3 and Angular 4 Create Welcome page with Login and Logout

Install Node JS Software

Go to terminal or command line.

Execute following commands to run this application.

$ git clone https://github.com/srinivastamada/ionic-restful-authentication.git
$ cd ionic-restful-authentication
$ npm install
$ ionic serve

ios

$ cordova add platform ios

$ ionic build ios

Android

$ cordova add platform android

$ ionic build android

More Info Tutorial: Ionic 3 and Angular 4: PHP Restful API User Authentication for Login and Signup.

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 54.1%
  • HTML 21.3%
  • CSS 16.5%
  • JavaScript 8.1%