Giter VIP home page Giter VIP logo

rust_cms's Introduction

Rust CMS

功能

  • 登录登出
  • 文件上传  
  • 文章列表
  • 最新更新文章列表获取
  • 推荐文章列表获取
  • 文章发布 
  • 文章详情 
  • actix-web 样例
  • diesel 样例
  • session
  • 基于session的登录验证
  • Tera模板/自定义函数等
  • 支持Markdown
  • 我的文章页面
  • 支持审核发布状态 
  • 支持graphql

运行

请先安装Rust

git clone [email protected]:TianLangStudio/rust_cms.git
cd rust_cms

  • 创建Mysql数据库 导入doc/rust_cms.sql
  • 修改conf/application_dev.yaml文件中的数据库链接配置 

cargo run


使用Rust编写的内容管理系统(CMS)

在项目rust_login的基础上增加CMS功能 开发中 进度可关注博客


build error

  1. throw an error when building third part lib Maybe it is because of the version conflict, you can remove the file named Cargo.lock then build again

  2. cannot find -lmysqlclient

    error: linking with cc failed: exit status: 1
    ....
    /usr/bin/ld: cannot find -lmysqlclient

    install mysqlclient then build again ex. install mysqlclient in Ubuntu

    sudo apt-get install libmysqlclient-dev

rust_cms's People

Contributors

tianlangstudio avatar dependabot[bot] 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.