https://github.com/temilaj/cityscape
Cross platform mobile app built with ionic 3 to demonstrate security, social authentication and realtime data in modern mobile apps, using the ionic framework and firebase.
https://github.com/temilaj/cityscape
android android-application angular angular4 database facebook-login firebase firebase-auth firebase-database ionic-framework ionic3 ios ios-app realtime social-authentication
Last synced: 5 months ago
JSON representation
Cross platform mobile app built with ionic 3 to demonstrate security, social authentication and realtime data in modern mobile apps, using the ionic framework and firebase.
- Host: GitHub
- URL: https://github.com/temilaj/cityscape
- Owner: temilaj
- License: mit
- Created: 2017-08-19T22:52:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-04T18:38:31.000Z (over 8 years ago)
- Last Synced: 2025-02-01T08:05:10.816Z (about 1 year ago)
- Topics: android, android-application, angular, angular4, database, facebook-login, firebase, firebase-auth, firebase-database, ionic-framework, ionic3, ios, ios-app, realtime, social-authentication
- Language: TypeScript
- Homepage: http://temilajumoke.com
- Size: 5.63 MB
- Stars: 12
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# City Scape
[](https://opensource.org/licenses/MIT)
Simple app to demonstrate security, social authentication and realtime date in cross platform mobile apps, using the ionic framework and firebase.
## Prerequisites
- Node.js and npm.
- Cordova
- Ionic Cli
### Getting started:
Install cordova and the ionic SDK globally
```bash
$ sudo npm install -g ionic cordova
```
Clone `CityScape` into any folder of your choosing, navigate into the directory, and install dependencies.
```bash
$ git clone https://github.com/temilaj/CityScape.git
$ cd CityScape
$ npm install
```
## Development server
Run `ionic serve` for a dev server and navigate to `http://localhost:8100/` on your browser. The app will automatically reload if you change any of the source files.
## Compiling for iOS and Android
Run `ionic cordova build ` to build the project for `iOS` or `Android`. The build artifacts will be stored in the `platform/` directory.
```bash
$ ionic cordova build android
$ ionic cordova build ios
```
## Result
### Android

### iOS

## LICENSE
#### [MIT](./LICENSE) © [Temi Lajumoke](http://temilajumoke.com)