From c7f937ec310766023389a8476f755fe9282cc78d Mon Sep 17 00:00:00 2001 From: Andrea Pavone Date: Mon, 11 Nov 2024 20:07:00 +0100 Subject: [PATCH] Update README.md Signed-off-by: Andrea Pavone --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 05e62e0..d9d281a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,19 @@ -### Digimetrica Test +### Security Report Dashboard -This app use Laravel and Intertia with React for the front-end +This is a simple security report dashboard done for a test. -Also based on https://ui.shadcn.com/examples/dashboard +Is based on these tecnologies: +- [Laravel](https://laravel.com/docs/11.x/) for the Backend +- [React](https://react.dev/) for the frontend configured using [Inertia](https://inertiajs.com/) +- [shadcn/ui](https://ui.shadcn.com/examples/dashboard) for the Dashboard template +- The project is bootstrapped from these guide: https://ui.shadcn.com/docs/installation/laravel + +### Setup + +```text +git clone git@github.com:andp97/asm-dashboard.git +cd asm-dashboard +docker compose up +``` +After these command navigate to: http://localhost:8000/