Code Monkey home page Code Monkey logo

cshop's Introduction

cshop

本项目是一个基于go-zero开发的一个项目。

快速开始

  1. 克隆项目
    git clone https://github.com/luweiqianyi/cshop.git
    
  2. 进入cmd的各服务模块,启动
  3. 进入各个服务模块的test目录,运行对应的测试脚本函数即可

文档

克隆项目后,进入doc-site目录,控制台运行命令npm run docs:dev即可在本地建立了本地可访问的站点,通过localhost:8080即可访问。该站点主要是对本项目的一些实现过程简要介绍。

目录介绍

  • cmd: 各个微服务模块的源码目录。
  • docs: 本项目的文档目录,也是部署文档站点的根目录。
  • docker-env: 各个服务的容器环境的挂载目录,以及项目部署文件存放的目录。
  • pkg: 各个微服务模块引用的公共代码的目录。

功能模块

auth

鉴权服务。为项目的其他服务提供一个统一的鉴权功能。

auth-api

鉴权服务api接口。

auth-rpc

鉴权服务rpc接口。

account

账号服务。平台用户账号管理。

account-api

账号服务api接口。

account-rpc

账号服务rpc接口。

user

用户信息服务。平台用户私人信息管理。

user-api

用户信息服务api接口。

user-rpc

用户信息服务rpc接口。

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.