Commit a295ba16 authored by Descomps's avatar Descomps
Browse files

Update README.md

parent 1fabdf24
No related merge requests found
Pipeline #6535 failed with stages
in 60 minutes and 3 seconds
Showing with 10 additions and 27 deletions
+10 -27
# PocFront
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 13.2.0.
## 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.
## 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.
## Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
## Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
## Further help
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.
# Bienvenue sur le frontend de notre projet POC CRA
@Author Valentin Descomps, Quentin Viricel, Aymeric Faure
-----------------
* Notre application est basé sur :
* Angular
* ng-bootstrap
-----------------
* Le frontend se base sur des components xxx-list qui affichent une vue macro (les projets, les users, etc ...) et des components xxx-details qui affichent plus de détail en cliquant sur un des objets d'un component list (détail des projets par exemple)
* Chaque objet (projet, user, ...) a un service dédié qui possède les méthodes de connexion à l'api de notre application (get, update, create, ...)
* Dans app.component.ts, nous avons défini des boolean pour les rôles ADMIN et MANAGER afin de permettent un affichage des onglets de la navbar cohérent en fonction du type d'utilisateur connecté
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment