justdaft / WebPlaces

Angular Backoffice. This is the backoffice module of a system developed with Angular, Ionic and Firebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

You can get more information about this SAMPLE APP DEVELOPED WITH ANGULAR, IONIC AND FIREBASE.

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

Authtentication

Areas List

Areas List

Area Edit

Area Edit

Places List

Places List

Place Show

Place Show

Place Edit

Place Edit

Place Upload Pictures

Place Upload Pictures

About

Angular Backoffice. This is the backoffice module of a system developed with Angular, Ionic and Firebase


Languages

Language:TypeScript 72.6%Language:HTML 20.7%Language:CSS 3.4%Language:JavaScript 3.2%