Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxgfr/ionic-table-app
Application which uses Ionic V3 and makes HTTP Request to a server
https://github.com/maxgfr/ionic-table-app
http-requests ionic-apps ionic-cordova ionic-framework ionic-native ionic3 modals notifications server
Last synced: 7 days ago
JSON representation
Application which uses Ionic V3 and makes HTTP Request to a server
- Host: GitHub
- URL: https://github.com/maxgfr/ionic-table-app
- Owner: maxgfr
- Created: 2018-09-20T14:18:30.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:20:31.000Z (9 months ago)
- Last Synced: 2024-04-15T07:22:39.323Z (7 months ago)
- Topics: http-requests, ionic-apps, ionic-cordova, ionic-framework, ionic-native, ionic3, modals, notifications, server
- Language: TypeScript
- Homepage:
- Size: 2.33 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ionic-table-app
### Go to the folder `server`
Then you have to modify with your credentials `vcap-local-example.json` and rename it in `vcap-local.json`
You can now run :
```
$ npm install
$ npm start
```### Configure ionic App
You have to go to the main folder and run :
```
$ npm install
```Then you have to modify all the URL request (get/post/delete request) `https://tablepocserve.eu-gb.mybluemix.net/` by : `http://localhost:3000/`
Now, you can now launch the app with :
```
$ ionic platform add android
$ ionic cordova build android
$ ionic cordova run android -l -c -s --debug
```### HomePage :
### Modal :
### Notifications :