Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/olasunkanmi-se/eshop
- Owner: olasunkanmi-SE
- Created: 2020-09-08T04:46:00.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-02T07:14:42.000Z (over 2 years ago)
- Last Synced: 2024-05-18T03:46:19.533Z (9 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: 10
- 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=yourmongodburlJWTSECRET=yoursecret