eShop

November 2, 2022 ยท View on GitHub

Angular 10, node express Ecommerce Application with NGRX state management

Get started

Clone the repo

https://github.com/raymond-frontend/eShop.git
cd eShop

Install npm packages

Install the npm packages described in the package.json and verify that it works:

npm install

Start the frontend Angular Application

npm run start

Run Server

nodemon server.js

Create a .env file,

DBURL=yourmongodburl

JWTSECRET=yoursecret

Contents

  1. 1Get started
  2. 1.1Clone the repo
  3. 1.2Install npm packages
  4. 2Start the frontend Angular Application
  5. 3Run Server
  6. 4Create a .env file,