2 changed files with 38 additions and 0 deletions
@ -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 |
||||||
Loading…
Reference in new issue