GithubHelp home page GithubHelp logo

cilla123 / endowa Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jljsj/endowa

0.0 1.0 0.0 3.6 MB

egg + mysql + ant design pro + umi + ant design 的一个企业型网站

JavaScript 77.64% HTML 0.75% CSS 11.62% TypeScript 0.17% PLpgSQL 9.82%

endowa's Introduction

endowa

egg + mysql + ant design pro + umi + ant design 的一个企业型网站

提供

  • 基本信息
  • 新闻中心
  • 产品中心
  • 关于我们
  • 招聘信息
  • 团队成员
  • 联系我们
  • 后台用户管理

准备工作

安装 mysql; 然后再将 endowa.sql 导入到你的 mysql 数据库, 再更改 egg 的 mysql 配置, 配置完成后就可以开发使用。

config.mysql = {
  // 单数据库信息配置
  client: {
    // host
    host: 'localhost',
    // 端口号
    port: '3306',
    // 用户名
    user: 'root',
    // 密码
    password: 'Jiang4321',
    // 数据库名
    database: 'endowa',
  },
  // 是否加载到 app 上,默认开启
  app: true,
  // 是否加载到 agent 上,默认关闭
  agent: false,
};

开发

$ npm i
$ npm run dev
$ open http://localhost:7001/

部署

$ npm start
$ npm stop

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.