Skip to content

Latest commit

 

History

History

rs-cms

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Rust CMS:

  • 基于 axumtokio 开发的 CMS 系统.

功能:

  • 账号系统: 注册/登录
  • 内容系统: 创建/编辑/删除/查看内容
  • 评论系统: 创建/编辑/删除/查看评论
  • Admin 系统: 后台管理

requirements:

模块:

  • ORM:
  • DB:
  • Cache: Redis

Quick Start:

  • setup env: (.env.local)
# cms db:
DATABASE_URL=postgres://username:password@localhost/diesel_demo

  • run:
# install:
task install

# set db env:
task init:env

# create db:
task db:setup
task db:init

# run:
task run

# run with auto watch:
task watch

reference:

参考 CMS:

docs: