Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/gorav22/mcart
- Owner: Gorav22
- Created: 2024-09-04T15:53:45.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T16:31:51.000Z (2 months ago)
- Last Synced: 2024-10-14T05:40:14.067Z (24 days ago)
- Topics: angular, angular-cli, typescript
- Language: TypeScript
- Homepage: https://mcart-six.vercel.app
- Size: 458 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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