mcart

mcart - A Ecommerce app made by Angular client

Stars
0
Committers
1

MCart

This project was generated with Angular CLI version 18.1.2. This is my first Angular project so its to basic and i only add one login credentials that is admin. so if you wanted to run it then you can login as admin and password as admin.

Features

  • You can order mobiles and laptops.
  • made using Angular CLI

how to run on your own pc

  • simply clone the repo using
    git clone https://github.com/Gorav22/mcart/
  • run npm install but remember to install angular first by
    npm install -g @angular/cli
  • now run
    npm install
  • now launch the server using
    ng serve
    or
    ng serve --open