This Project is made in Angular 9, Node.js Express and Multer Middleware.
Steps to RUN this App:
- open Terminal or CMD.
- go to
/client
folder and run commandnpm install
. - run command
ng serve
- go to
/server
folder and run commandnpm install
. - run command
npm start