Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 469 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 469 Bytes

Hello, this "App" is just an exercice to practice MEAN stack. I hope you enjoy it.

If you have any questions, or suggestions, feel free to contact me.

How to launch this App :

Backend : NestJS

1 - cd eshop-backend-nestjs/

2 - npm install

3 - npm start:dev

Frontend : Angular

1 - cd eshop-backend-nestjs/

2 - npm install

3 - ng serve -o