Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/olasunkanmi-se/eshop

Angular 10, node express Ecommerce Application with NGRX state management
https://github.com/olasunkanmi-se/eshop

angular-ecommerce-application angular-express-nodejs angular-material angular-shopping-cart-application angular-state-management angular10 angular9 ecommerce-application express javascript jwt-authentication mongodb mongoose ngrx ngrx-store nodejs nodejs-express nodejs-mongodb typescript

Last synced: 3 months ago
JSON representation

Angular 10, node express Ecommerce Application with NGRX state management

Awesome Lists containing this project

README

        

# eShop
Angular 10, node express Ecommerce Application with NGRX state management

## Get started

### Clone the repo

```shell
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:

```shell
npm install
```

## Start the frontend Angular Application
```shell
npm run start
```

## Run Server

```shell
nodemon server.js
```

## Create a .env file,
DBURL=yourmongodburl

JWTSECRET=yoursecret