https://github.com/jlmonteagudo/webplaces
Angular Backoffice. This is the backoffice module of a system developed with Angular, Ionic and Firebase
https://github.com/jlmonteagudo/webplaces
angular firebase ionic
Last synced: 9 months ago
JSON representation
Angular Backoffice. This is the backoffice module of a system developed with Angular, Ionic and Firebase
- Host: GitHub
- URL: https://github.com/jlmonteagudo/webplaces
- Owner: jlmonteagudo
- Created: 2017-06-04T09:19:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-07T12:09:06.000Z (about 9 years ago)
- Last Synced: 2025-07-01T15:14:29.957Z (about 1 year ago)
- Topics: angular, firebase, ionic
- Language: TypeScript
- Size: 77.1 KB
- Stars: 9
- Watchers: 2
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebPlaces
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. This is the backoffice repository
- An Ionic mobile application. Here you can find the [Ionic app repository](https://github.com/jlmonteagudo/IonicPlaces)
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/WebPlaces`
- Update the Firebase configuration file: `WebPlaces/src/environments/firebase.config.ts`
- Update the Google Maps API KEY in the file: `WebPlaces/src/environments/map.config.ts`
- Install dependencies: `npm install`
- Run application: `ng serve`
## Screenshots
### Authtentication

### Areas List

### Area Edit

### Places List

### Place Show

### Place Edit

### Place Upload Pictures
