Giter VIP home page Giter VIP logo

link-art-api's Introduction

link-art-api

项目结构

.
├── LICENSE
├── README.md
├── application
│   ├── api
│   │   ├── account.go
│   │   ├── common.go
│   │   └── product.go
│   ├── command
│   │   ├── account.go
│   │   └── product.go
│   ├── middleware
│   │   ├── auth.go
│   │   └── requestid.go
│   ├── representation
│   │   ├── account.go
│   │   └── product.go
│   └── route.go
├── application.ini
├── application.ini.example
├── domain
│   ├── model
│   │   ├── account.go
│   │   ├── model.go
│   │   └── product.go
│   ├── repository
│   │   ├── account.go
│   │   └── product.go
│   └── service
│       ├── account.go
│       └── product.go
├── go.mod
├── go.sum
├── infrastructure
│   ├── config
│   │   └── config.go
│   └── util
│       ├── bind
│       │   └── bind.go
│       ├── response
│       │   └── response.go
│       └── uuid
│           └── uuid.go
└── main.go

TODO

  • 作品审核
  • 发送短信验证码
  • 注册时短信验证
  • 密码找回
  • 拍卖状态处理
  • 关注艺术家
  • 取消关注
  • 关注列表
  • 粉丝列表
  • 艺术家搜索
  • 商品搜索
  • 首页-发现
  • 首页-推荐艺术家
  • 首页-我关注的
  • 首页-分类展示
  • 艺术家商品列表
  • 消息列表
  • 获取地区列表
  • 新增收获地址
  • 删除收获地址
  • 编辑收获地址
  • 设置默认收货地址
  • 获取收货地址列表
  • 购物车

省市县库

https://github.com/wecatch/china_regions

link-art-api's People

Contributors

panmax avatar

Stargazers

dama avatar

Watchers

James Cloos avatar  avatar sunrui avatar  avatar

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.