You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Mathilde JEAN df35f06604
Mise à jour de 'README.md'
2 years ago
BlazorApp Ajout d'explications sur le fonctionnement des fonctions 2 years ago
Documentation Ajout d'une explication sur notre persistance 2 years ago
.gitignore UPDATE gitingore pour macOS 2 years ago
README.md Mise à jour de 'README.md' 2 years ago

README.md

BlazorApp

Launching the project

So as to launch our project, you must launch both the app and the API. You can do so by defining them both as new starting projects.

Go to Visual Studio -> Right click on the solution -> Click on definig new starting projects -> Select both the app and the API -> Save these settings -> That's it !

Branch

Our work is on the master branch.

Specific manipulations

You just have to follow the launching project instructions, but if it is not already done, you also have to add the API as a new project by right clicking on the solution, then add an existing project and select the API, and you're done !

Data to be created

The only data that will be created is the items you add by the list page. A JSon file is also created so as to save your inventory in the inventory page.

Have a great time using our BlazorApp !