Git Product home page Git Product logo

tell's Introduction

tell

技术栈

  • SpringBoot
  • MyBatis
  • React
  • Redux
  • antd

功能

  • 首页浏览
  • 登录
  • 注册
  • 发文章
  • 评论
  • 通知
  • 文章详情
  • 主题详情
  • 作者详情

预览

快速开始

本地运行

需求环境

  • JDK1.8或以上
  • MySQL
  • Maven
  • Nodejs10.13或以上
  • yarn1.12.3或以上

1.克隆项目到本地:https://github.com/miansen/tell.git

2.创建MySQL数据库kxw,字符集utf8mb4。

3.将项目下的init.sql文件导入到kxw数据库。

4.修改数据源配置

数据源配置文件application.yml位于tell-server模块下的静态资源目录(resources)下

spring:
  datasource:
    #  数据源基本配置
    username: 
    password: 
    url: jdbc:mysql://127.0.0.1:3306/kxw?autoReconnect=true&useUnicode=true&characterEncoding=utf8&serverTimezone=GMT%2B8
    driver-class-name: com.mysql.jdbc.Driver

usernamepassword换成你自己的

5.启动后台服务

输入以下命令

cd tell/tell-server
mvn install
mvn package
mvn spring-boot:run

6.启动前端界面

输入以下命令

cd tell/tell-front
yarn install
yarn start

反馈

issues

贡献

欢迎大家提 issues,谢谢!

License

MIT

tell's People

Contributors

miansen avatar

Watchers

James Cloos 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.