Skip to content

edwinmambo/store-frontend-ng

Repository files navigation

Storefront Backend Project

Introduction

This repo contains an angular storefront frontend that connects to the database for communication with a backend api.

Required Technologies

This application makes use of the following libraries:

  • Angular as the building block
  • Bootstrap for styling
  • Bootstrap icons

Setup

  1. Get the project locally

    Clone the project here on github

    git clone https://github.com/edwinmambo/store-frontend-ng.git
  2. Install the dependencies

    npm install --global yarn
    yarn
  3. Run the application

    yarn start
  4. Run the api

    # In a separate terminal
    yarn watch

Usage

The server will run on localhost:4200/ where the routes will be under the specific endpoints.

Examples

Products:   http:localhost:4200/products

cart:   http:localhost:4200/cart

product/:id:   http:localhost:4200/products/:id

About

A storefront angular frontend for Udacity project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published