This repo contains an angular storefront frontend that connects to the database for communication with a backend api.
This application makes use of the following libraries:
- Angular as the building block
- Bootstrap for styling
- Bootstrap icons
-
Clone the project here on github
git clone https://github.com/edwinmambo/store-frontend-ng.git
-
npm install --global yarn yarn
-
yarn start
-
# In a separate terminal yarn watch
The server will run on localhost:4200/
where the routes will be under the specific endpoints.
Products: http:localhost:4200/products
cart: http:localhost:4200/cart
product/:id: http:localhost:4200/products/:id