Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gorav22/mcart

mcart - A Ecommerce app made by Angular client
https://github.com/gorav22/mcart

angular angular-cli typescript

Last synced: 24 days ago
JSON representation

mcart - A Ecommerce app made by Angular client

Awesome Lists containing this project

README

        

# MCart

This project was generated with [Angular CLI](https://github.com/angular/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](https://github.com/angular/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