mpechjr / angular-firestore-appointment

A Simple appointment App built Angular and Google Firestore

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Appointment Interface (Angular and Firestore)

This project was generated with Angular CLI version 7.3.8. Appointment App built Angular and Google Firestore

Libraries Used

  • Angular
  • Google Firestore
  • Bootstrap
  • Fontawesome

Getting Started

Local Installation

  1. Go to Google Cloud Platform and create a Collection. The app stores documents to the collection 'appointments'.

  2. Create the environment.ts files with the information from Google Console

export const environment = {
  production: false,
  firebase : {
    apiKey: '',
    authDomain: ' ',
    databaseURL: ' ',
    projectId: ' ',
    storageBucket: ' ',
    messagingSenderId: ' ',
    appId: ''
  }
};
  1. Download the repo
git clone https://github.com/mpechjr/angular-firestore-appointment
  1. Install packages and start the app.
ng serve

Go to http://localhost:4200 to see your app.

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

A Simple appointment App built Angular and Google Firestore

License:GNU General Public License v3.0


Languages

Language:TypeScript 62.8%Language:HTML 26.4%Language:JavaScript 6.4%Language:SCSS 4.4%