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