Skip to content

olasunkanmi-SE/eShop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 

Repository files navigation

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