From edf342e876d59f1a457cd7cdc0aa22a49f1118f0 Mon Sep 17 00:00:00 2001 From: Mathilde JEAN Date: Tue, 20 Dec 2022 21:29:33 +0100 Subject: [PATCH] =?UTF-8?q?Mise=20=C3=A0=20jour=20de=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c72775e..8888250 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,22 @@ -# BlazzorApp +# 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 -> Click right 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 ! \ No newline at end of file