Skip to content

darwin-s/simple-store-ui

Repository files navigation

Simple store UI Node.js CI

This project is a small and simple UI for the Simple Store Backend. It is made using Angular and allows the user to manage products, carts and orders.

📷 Examples

Main page

Main page example

Cart page

Cart page example

📜 Table of contents

🛠️ Technologies used

  • Angular

📥 Installation

Prerequisites

  • git

Clone repository

git clone https://github.com/darwin-s/simple-store

🚀 Running

Here is a short guide on how to run this project on your pc:

Prerequisites

  • NodeJS
  • Angular CLI
  • A running instance of the backend

Editing the environment file (Optional)

If you are running the backend on another PC, or on a different port, you will have to edit the src/environment/environment.development.ts file to point it to your backend instance. You should change apiUrl to match the URL the root of your backend. If running the backend with default parameters on the same PC, you don't have to do this

Starting the UI

Inside the root directory of the project run ng serve. This command starts the UI with the dev profile active

Accessing the UI

The UI will start by default on http://localhost:4200/. Just access this URL in your browser.

🧪 Testing

  • In order to run the unit tests use ng test

About

A simple UI for a simple store

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published