Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yuuki-sakura/nest-shop


https://github.com/yuuki-sakura/nest-shop

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Nest Shop

## 简介
使用[NestJs](https://nestjs.com), PostgreSQL, TypeORM, Redis, ELK, OpenTelemetry构建的B2B2C商城系统

### 功能

## 安装依赖

```bash
$ lerna bootstrap
```

## 启动

```bash
# development
$ yarn dev

# production mode
$ yarn start
```