https://github.com/jlmonteagudo/ionicplaces
Ionic Starter Kit. This is the mobile module of a system developed with Angular, Ionic and Firebase
https://github.com/jlmonteagudo/ionicplaces
angular firebase ionic
Last synced: 4 months ago
JSON representation
Ionic Starter Kit. This is the mobile module of a system developed with Angular, Ionic and Firebase
- Host: GitHub
- URL: https://github.com/jlmonteagudo/ionicplaces
- Owner: jlmonteagudo
- Created: 2017-06-04T09:06:36.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T12:21:55.000Z (about 9 years ago)
- Last Synced: 2025-04-11T14:13:02.756Z (about 1 year ago)
- Topics: angular, firebase, ionic
- Language: TypeScript
- Size: 11.5 MB
- Stars: 8
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IonicPlaces
When we have to develop a mobile application, in many cases we also need to develop a backoffice to manage the information that is displayed in the mobile app.
The following system is composed by two modules:
- An Angular backoffice to manage the information that is displayed in the mobile application. Here you can find the [Angular backoffice repository](https://github.com/jlmonteagudo/WebPlaces)
- An Ionic mobile application. This is the Ionic application
You can get more information about this [SAMPLE APP DEVELOPED WITH ANGULAR, IONIC AND FIREBASE](http://www.jlmonteagudo.com/app/places/).
Firebase has been used as backend.
## Running the application
- Clone this repository: `git clone https://github.com/jlmonteagudo/IonicPlaces`
- Update the Firebase configuration file: `IonicPlaces/src/config/firebase.config.ts`
- Update the Google Maps API KEY in the file: `IonicPlaces/src/index.html`
- Install dependencies: `npm install`
- Run application: `ionic serve`
## DEMO
You can see working the mobile app in the following [DEMO](http://www.dondeviajamos.com/app/tabernas-madrid/)
## Screenshots
### Areas List

### Places List

### Map

### Place Show
