kumargandhi / airavata

Simple Angular project to create work orders.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Airavata

A simple Angular application to create work orders!!

Application is integrated with Firebase for Database. Read more about Firebase here

Features:

Sign up / Login with Google

  • Sign up using email and password.
  • Sign in using email and password or login with google account.

Authenticate

SignUp

Dashboard

  • Shows totals widget and work orders by priorities widget.

Dashboard

Work Orders

  • Create a simple work order online.

Work Orders Work Orders

Add Work Order Work Orders

Update Work Order Work Orders

Work Permits

-TODO-

Technologies:

  • Angular v12.x
  • PrimeNG v12.x
  • Bootstrap v5.x
  • Firebase v9.x
  • RxJs v6.6.x

This project was generated with Angular CLI version 8.3.19.

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.

**IMP: Firebase configuration

Open file environment.ts and update the file with firebase configuration.

Below is the firebase configuration that needs change:

firebase: {
    projectId: '<>',
    appId: '<>',
    storageBucket: '<>',
    locationId: '<>',
    apiKey: '<>',
    authDomain: '<>',
    messagingSenderId: '<>',
    measurementId: '<>',
}

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

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

Simple Angular project to create work orders.

License:MIT License


Languages

Language:TypeScript 57.9%Language:HTML 29.0%Language:SCSS 13.2%