A single-page Angular application for the customers RESTful API service.
For building and running the application, you need:
- Docker
To build and run the application locally:
- Build and run the Docker container using:
docker build -t onlineshop-ui . docker run -p 2400:80 onlineshop-ui
- Navigate to the app url: http://localhost:2400
Shaimaa Sabry. 2021.