An open API service indexing awesome lists of open source software.

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

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.