Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.82 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.82 KB

AkdemiaWeb

This project was generated with Angular CLI version 16.2.0. This project works in collaboration with the other two projects, "Java-WebSite-CoucheWebService" and "Java-WebSite-CoucheBusiness".

Development server

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

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 a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

Faire fonctionner le projet complet

  1. Suivre les indications de chaque ReadMe de chaque projet.
  2. Démarrer WampServer64.
  3. Démarrer le client MySQL (phpMyAdmin).
  4. Créer les nouvelles bases de données «akdemia-gp1e-db» et «akdemia-gp1e-db-test » pour cela ...
  5. ... Importer les scripts SQL « akdemia-db.sql » et « akdemiae-db-test.sql » respectivement dans les bases «akdemia-gp1e-db» et «akdemia-gp1e-db-test».
  6. Lancer le projet "Java-WebSite-CoucheWebService" : cliquez avec le bouton droit de la souris sur le fichier "AkdemiaWsGp1eApplication.java", puis sélectionnez l'option pour l'exécuter en tant qu'application Java (après avoir fait le ReadMe du projet).
  7. Lancer le projet "Angular-WebSite-CoucheWeb" : "ng serve" dans l'invite de commande à la racine du projet (après avoir fait le ReadMe du projet).
  8. Vous pouvez maintenant jouer avec l'interface web que Angular a créé.

Liens externes

  1. https://github.com/MathEyraud/Java-WebSite-CoucheBusiness
  2. https://github.com/MathEyraud/Java-WebSite-CoucheWebService
  3. https://github.com/MathEyraud/Angular-WebSite-CoucheWeb