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