Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuuki-sakura/nest-shop
https://github.com/yuuki-sakura/nest-shop
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yuuki-sakura/nest-shop
- Owner: Yuuki-Sakura
- License: gpl-3.0
- Created: 2021-09-10T04:37:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-11T01:25:39.000Z (almost 3 years ago)
- Last Synced: 2023-03-10T15:55:27.400Z (almost 2 years ago)
- Language: TypeScript
- Size: 5.25 MB
- Stars: 39
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```