crstnmac / MyQart

Ecommerce Website using MEAN stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MyQart Ecommerce Project

Tech Stack

For Frontend :

  • Angular 14, And Structuring your Project

  • NX Monorepo

  • PrimeNg Material Library

  • RXJS

  • NGRX For User Session

  • SCSS

For Backend ( WebAPI )

  • NodeJs

  • Express

  • MongoDB

  • JWT (JSON Web Tokens)

Run Locally

Clone the project

  git clone https://github.com/crstnmac/MyQart

Go to the project directory

  cd backend

Install dependencies

  npm install

Start the backend server

  npm run start

Run the frontend server

  cd ..
  cd frontend
  npm install
  nx run admin-my-qart:serve
  nx run my-qart:serve  #in another terminal

About

Ecommerce Website using MEAN stack


Languages

Language:TypeScript 67.3%Language:HTML 17.5%Language:JavaScript 11.0%Language:SCSS 4.2%