Skip to content

RitamChakraborty/return_order_management_frontend

Repository files navigation

Return Order Management

Return Order Management frontend built with Angular. This is the client side application of the return_order_management_backend application.

UI

For the UI, Angular Material and SCSS was used. The application is fully responsive.

Demo

demo

Running Locally

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.

Build

A docker image is uploaded to DockerHub@ritamchakraborty/return_order_frontend .

Deploy

Deployed to GitHub pages through gh-pages npm package.

CI/CD

A GitHub Workflow has been set up to deploy automatically to GitHub Pages with github-pages-deploy-action.

Checkout it out here.