https://github.com/thusithz/mobile-testing
https://github.com/thusithz/mobile-testing
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thusithz/mobile-testing
- Owner: thusithz
- Created: 2016-05-15T10:35:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-10T00:46:01.000Z (almost 9 years ago)
- Last Synced: 2025-01-13T07:13:48.465Z (5 months ago)
- Language: JavaScript
- Size: 2.04 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mobile-Testing
Hybrid mobile application with node server (SailsJs) example
### Pre-Requirement
- Node js, Sails Js , Ionic- Install NodeJs setup file
- $npm -g install sails
- $npm install -g cordova ionic
## Mobile App Setup stepsGo to Mobile folder
#### Run
- $npm install
- $bower install
## Mobile Server Setup Steps
Go to mobile server folder
- run $npm install
- DB Configure
and then go to api->services->service.js
DB: {
host: '127.0.0.1',
port: 3306,
user: 'root',
password: '1234',
database: 'mobile'
}
add DB Credential
Finally go to root folder of server (mobile server)
### Up System
- # $sails lift