System for integration and management of applications. Client-side in Angular 5.
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
- Install Angular 5 and Angular CLI (https://angular.io/guide/quickstart) and install dependencies from package.json file
- Add obtained client ID and secret to app/settings.ts file
- 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.
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