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: 9 months ago
JSON representation
Angular 10, node express Ecommerce Application with NGRX state management
- Host: GitHub
- URL: https://github.com/olasunkanmi-se/eshop
- Owner: olasunkanmi-SE
- Created: 2020-09-08T04:46:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T07:14:42.000Z (about 3 years ago)
- Last Synced: 2025-03-31T06:22:22.817Z (10 months ago)
- Topics: 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
- Language: TypeScript
- Homepage:
- Size: 605 KB
- Stars: 12
- Watchers: 2
- Forks: 13
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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