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

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

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)
![IMAGE ALT TEXT HERE](./screen-shop.png)
![IMAGE ALT TEXT HERE](./screen-admin.png)

### 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
```