Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 515 Bytes

README.md

File metadata and controls

40 lines (24 loc) · 515 Bytes

eShop

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