Return Order Management frontend built with Angular. This is the client side application of the return_order_management_backend application.
For the UI, Angular Material and SCSS was used. The application is fully responsive.
Must have Node 16 or above and Angular CLI installed. Make sure to update the environments.ts file to pass the correct API gateway url.
ng serve
Visit localhost:4200 to see the application running.
A docker image is uploaded to DockerHub@ritamchakraborty/return_order_frontend .
Deployed to GitHub pages through gh-pages npm package.
A GitHub Workflow has been set up to deploy automatically to GitHub Pages with github-pages-deploy-action.
Checkout it out here.