Giter VIP home page Giter VIP logo

nestjs-tzmall's Introduction

nestjs-tzmall

此项目是商城的后端api项目,前端项目传送门

本地开发启动

依赖服务:

// MySql服务
docker compose  --env-file .env.development run -d --service-ports mysql
// Redis服务
docker compose  --env-file .env.development run -d --service-ports redis

项目启动,首次启动前安装依赖包:

pnpm install

启动

pnpm dev

nestjs-tzmall's People

Contributors

couthz avatar

Stargazers

 avatar kenluff avatar Jiaxin·Li avatar  avatar linmowang avatar  avatar jackiechou_ avatar onlking avatar aki avatar Kirito avatar 凛止 avatar Halo Master avatar g7neko avatar free-ma avatar  avatar

Watchers

 avatar

nestjs-tzmall's Issues

reflect-metadata模块无法正确反射类型

控制台报错

Error: A circular dependency has been detected (property key: "attrSkuMap"). Please, make sure that each side of a bidirectional relationships are using lazy resolvers ("type: () => ClassType").

metadata文件里面 attrSkuMap attrvalueMap没有type对象

attrSkuMap: Relation<Map<string, Relation<Sku>>>; attrvalueMap: Map<string, [ProdAttrvalue]>;

临时方法 修改为

attrSkuMap: any; attrvalueMap: any;

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.