# ionic-restful-authentication
Ionic Project with Token Based Restful APIs.
Welcome page
Signup Page
Home page
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.