Git Product home page Git Product logo

nako-blog's Introduction

nako-blog 博客系统

nako-blog 是使用 actix-web, sea-orm 及 tera 的 rust 博客系统

项目介绍

  • 使用 rust 开发的通用博客系统
  • 核心使用 actix-web, sea-ormtera 等开发
  • 博客后台使用 pear-admin 后端模板,非前后端分离项目
  • 打包静态文件, 模板文件及配置文件。只需一个文件即可部署

环境要求

  • rust
  • cargo
  • Myql
  • Redis

截图预览

登录 控制台
文章管理 附件管理

更多截图 nako-blog 截图

安装及开发步骤

  1. 首先克隆项目到本地
git clone https://github.com/deatil/nako-blog.git
  1. 然后配置数据库等信息
/assert/config/conf.ini
  1. 最后导入 sql 数据到数据库
/docs/nako_blog.sql
  1. 运行测试
cargo run
  1. 后台登录账号及密码:admin / 123456, 后台登录地址: /admin/index

特别鸣谢

感谢以下的项目,排名不分先后

  • actix-web

  • sea-orm

  • dotenvy

  • tera

开源协议

  • nako-blog 遵循 Apache2 开源协议发布,在保留本系统版权的情况下提供个人及商业免费使用。

版权

nako-blog's People

Contributors

deatil avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

nako-blog's Issues

路径

Rust的标准库安装在Rust的安装路径中的/lib/rustlib/<target>/lib 目录下,其中<target>代表 Rust 编译器所针对的架构和操作系统组合。例如,如果您的Rust安装在/usr/local 目录下,而您的操作系统是 64 位Linux,则您将在/usr/local/lib/rustlib/x86_64-unknown-linux-gnu/lib路径下找到标准库。请注意,不同的target可能使用不同的存储库位置。

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.