https://github.com/belchenkov/mean_e_shop
Build E-Shop with Admin Panel using the technologies: Nodejs , Mongo, Angular 12, Nrwl NX Monorepo, PrimeNG
https://github.com/belchenkov/mean_e_shop
angular bcryptjs expressjs jsonwebtoken mongodb nodejs nx rxjs
Last synced: 3 months ago
JSON representation
Build E-Shop with Admin Panel using the technologies: Nodejs , Mongo, Angular 12, Nrwl NX Monorepo, PrimeNG
- Host: GitHub
- URL: https://github.com/belchenkov/mean_e_shop
- Owner: Belchenkov
- Created: 2021-06-21T03:45:03.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-09-23T15:46:30.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T17:53:33.658Z (over 1 year ago)
- Topics: angular, bcryptjs, expressjs, jsonwebtoken, mongodb, nodejs, nx, rxjs
- Language: TypeScript
- Homepage: https://bluebits-academy.github.io/ngshop
- Size: 20.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# MEAN E-Shop
> Build E-Shop with Admin Panel using the technologies: Nodejs , Mongo, Angular 12, Nrwl NX Monorepo, PrimeNG
### [Demo](https://bluebits-academy.github.io/ngshop)


### Get started
```shell script
git clone
```
```shell script
cd backend
```
```shell script
npm i
```
```shell script
npm run dev
```
```shell script
cd frontend
```
```shell script
npm i
```
```shell script
ng serve ngshop -o
```
```shell script
ng serve admin -o
```