GithubHelp home page GithubHelp logo

magicxiaobao / ignition Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ignition-space/ignition

0.0 0.0 0.0 1.34 MB

Shell 0.06% JavaScript 6.64% TypeScript 90.06% HTML 0.15% Dockerfile 0.17% Less 2.91%

ignition's Introduction

HUOSHI

一站式工程化解决方案

image.png

安装

$ pnpm i

使用

  1. 添加 .config/.dev.yaml
MONGODB_CONFIG:
  name: "ignition_test"
  type: "mongodb"
  url: "mongodb://127.0.0.1:27017"
  database: "ignition_test"
  entities: "mongo"
  logging: false
  synchronize: true
MYSQL_CONFIG:
  name: "material_test"
  type: "mysql"
  host: "127.0.0.1"
  port: 3306
  database: "material_test"
  username: "root"
  password: "123456"
  entities: "mysql"
  synchronize: true
  1. 启动项目
  • 启动所有项目
pnpm dev
  • 启动用户服务
pnpm dev:user
  1. 浏览器打开链接
http://localhost:3000/doc // 服务端 Api 地址
http://localhost:8000/siteList // 客户端界面

image.png

  1. 创建 Demo 项目

解析 URL 可以填入 http://localhost:3000/doc-json,将 ignition-server 的服务作为 Demo 演示。

技术

服务端:NestJS 客户端:ReactJS + AntD

特别声明

用户系统的模板是基于 https://github.com/javaLuo/react-admin 这个项目,有疑问可以与我联系

支持

有想催更跟建议的朋友可以添加我的微信: Cookieboty 进群同步消息。

121663845161_.pic.jpg

ignition's People

Contributors

cookieboty avatar genffy avatar haitaodesign 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.