https://github.com/cloudboost/sample-ionic-social-network
A sample app built with CloudBoost on Ionic Framework
https://github.com/cloudboost/sample-ionic-social-network
Last synced: 4 months ago
JSON representation
A sample app built with CloudBoost on Ionic Framework
- Host: GitHub
- URL: https://github.com/cloudboost/sample-ionic-social-network
- Owner: CloudBoost
- Created: 2015-06-11T10:47:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-02-13T15:08:29.000Z (over 10 years ago)
- Last Synced: 2025-07-04T23:05:56.734Z (12 months ago)
- Language: JavaScript
- Size: 1.49 MB
- Stars: 8
- Watchers: 6
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sample Ionic Social Networking App
## Installation
1. Install Ionic if you dont have it already: [Ionic Getting Started](http://ionicframework.com/getting-started/)
2. Setup the app:
```
git clone https://github.com/CloudBoost/sample-ionic-social-network.git
cd sample-ionic-social-network
npm install
ionic serve
```
## Further setup
It is recommended that you sign up for a CloudBoost account and create your own app ID and keys, that way you have control of your users data
It is also further recommended that you implement sign in and sign up into the app in order to avoid spam. Check out CloudBoost's [Users Tutorial](https://tutorials.cloudboost.io/en/security/users) to get started and find out how.