GithubHelp home page GithubHelp logo

2010hexi / mall-cms-vue3-api Goto Github PK

View Code? Open in Web Editor NEW

This project forked from coder-hxl/mall-cms-vue3-api

1.0 0.0 0.0 403 KB

Mall-CMS-Vue3-API 是基于 NodeJS、TypeScript 、Koa、MySQL 等技术实现的后台管理系统 API 。拥有系统总览(核心技术、商品统计)、系统管理(用户管理、部门管理、菜单管理、角色管理)、商品中心(商品分类、商品信息)、动态(动态主页、动态列表)的 API 。采用 REST 设计风格。

Home Page: http://8.210.98.225:9000

JavaScript 0.72% TypeScript 99.28%

mall-cms-vue3-api's Introduction

MALL-CMS-Vue3-API

Mall-CMS-Vue3 是基于 NodeJS、TypeScript 、Koa、MySQL 等技术实现的后台管理系统 API 。拥有系统总览(核心技术、商品统计)、系统管理(用户管理、部门管理、菜单管理、角色管理)、商品中心(商品分类、商品信息)、动态(动态主页、动态列表)的 API 。采用 REST 设计风格。

如果对您有帮助,可以给 MALL-CMS-Vue3-API 存储库 点个 star 支持一下!

API 文档

API 文档: https://documenter.getpostman.com/view/19782726/Uze1x5Af

如何运行

  1. 没有 pnpm ?

    npm install pnpm -g
  2. 安装依赖(运行完该命令就可以进入步骤3)

    pnpm add .
  3. 在 MySQL 创建一个名为 mall_cms_vue3 的数据库,然后将 database/mall_cms_vue3.sql 文件导入进去

  4. 配置 .env 文件

    APP_HOST=http://localhost # 项目运行的主机
    APP_PORT=9000  # 项目运行的端口号
    
    MYSQL_HOST=localhost # MySQL 运行的主机
    MYSQL_PORT=3306 # MySQL 运行的端口号
    MYSQL_USER=root # MySQL 用户名
    MYSQL_PASSWORD=root # MySQL 密码
    MYSQL_DATABASE=mall_cms_vue3 # MySQL 数据库名称
  5. 启动

    pnpm start

前端

MALL-CMS-Vue3 Github 地址: https://github.com/coder-hxl/mall-cms-vue3

MALL-CMS-Vue3 Gitee 地址: https://gitee.com/coderhxl/mall-cms-vue3

mall-cms-vue3-api's People

Contributors

coder-hxl avatar

Stargazers

 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.