simona-kurnavova / dashboard-app

Integration of applications into dashboard - client side

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dashboard-app

System for integration and management of applications. Client-side in Angular 5.

Backend:

This application requires running backend: https://github.com/simona-kurnavova/dashboard-app-backend Must be registered on its Django administration to obtaint client ID and secret

Run locally:

  1. Install Angular 5 and Angular CLI (https://angular.io/guide/quickstart) and install dependencies from package.json file
  2. Add obtained client ID and secret to app/settings.ts file
  3. Run in Angular CLI with command: ng serve

Defaultly runs at: http://localhost:4200

Important: It is necessary to run it on localhost (not address 127.0.0.1) because of Google and Microsoft APIs used where is the app registered as 'localhost'. These APIs might not work otherwise.

Documentation:

Generated automatically with Compodoc. Generated by Angular-cli command: npm run compodoc into documentation folder.

docs: https://compodoc.github.io/website/guides/getting-started.html

About

Integration of applications into dashboard - client side


Languages

Language:TypeScript 69.3%Language:HTML 28.0%Language:CSS 1.5%Language:JavaScript 1.2%