Commit Graph

10 Commits

Author SHA1 Message Date
Loic Masi
3a62a7e24a Ajout du Header et de la Sidebar dans Shared, et design de la page d'accueil.
Ajout de bootstrap en local avec les fichier *.min.css et *.min.js.
Changement de la route par defaut pour afficher la page d'accueil.
2026-03-04 16:52:46 +01:00
Loic Masi
a6e4f443e3 Merge branch 'j1/hello_world' into dev 2026-03-04 13:23:10 +01:00
Loic Masi
a30c7ad435 Ajout d'un 'Hello World' disponible sur le endpoint '/api/helloworld' 2026-03-04 13:00:22 +01:00
l.masi
5d64b71a81 Merge pull request 'j1/entités_du_domaine' (#40) from j1/entités_du_domaine into dev
Reviewed-on: http://10.4.0.131/DI1-P4-E1/Webzine/pulls/40
Reviewed-by: c.bobin <clement.bobin@diiage.org>
2026-03-04 11:22:01 +01:00
josephine.vetu
d0a9532822 #1 Création de l'entité titre correspondant aux tests unitaires TitreTests + modification du gitignore. Tous les tests unitaires sont en réussite. 2026-03-04 11:02:00 +01:00
josephine.vetu
509df1f2ff #3 Création de l'entité style correspondant aux tests unitaires StyleTests 2026-03-04 11:00:47 +01:00
josephine.vetu
c22f737867 #4 Création de l'entité commentaire correspondant aux tests unitaires CommentaireTests 2026-03-04 11:00:07 +01:00
josephine.vetu
cc8ca35539 #2 Création de l'entité artiste correspondant aux tests unitaires ArtisteTests 2026-03-04 10:59:20 +01:00
mirage
cb5fff33e7 Implement ApiController with version endpoint and logging 2026-03-03 16:39:54 +01:00
mirage
86a87f75ce Add initial project structure and implement basic functionality
- Created MSTestSettings.cs to enable parallel test execution.
- Added StyleTests.cs and TitreTests.cs for unit testing of Style and Titre entities.
- Implemented Webzine.Entity.Tests project with necessary configurations.
- Created SeedDataLocal.cs and SeedDataSpotify.cs for local and Spotify data seeding.
- Established repository contracts for Artiste, Commentaire, Style, and Titre.
- Developed DbEntityRepository and LocalEntityRepository classes.
- Set up Webzine.WebApplication with controllers, logging, and Docker support.
- Configured NLog for logging and added necessary appsettings for development.
- Created initial views and layout for the web application.
- Added Dockerfile and docker-compose configuration for containerization.
2026-03-03 16:22:37 +01:00