From 44f87f46f3762b6a8b63e1856fe9ec4814b1d147 Mon Sep 17 00:00:00 2001 From: Shalma Date: Tue, 23 Aug 2022 13:25:34 +0200 Subject: [PATCH] doc: complete README --- .gitignore | 2 ++ README.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..417c6ce --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +node_modules/ +.vscode/ \ No newline at end of file diff --git a/README.md b/README.md index e69de29..fd737ff 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,36 @@ + +# Converter + +Tools allowing to convert arabic number into roman number + +## Demo + +converter.voiedesombres.com + +## Tech Stack + +**SPA:** VueJs v3, TailwindCSS + +**API:** NestJS + +## Installation + +```bash + git clone https://git.voiedesombres.com/Shalma/converter.git +``` + +Have docker installed + +```bash + cd converter/spa + npm install + npm run dev +``` + +```bash + cd converter/api + npm install + npm run start +``` + +Load spa with localhost:8080 \ No newline at end of file