- 授权协议: Apache
- 开发语言: JavaScript Rust
- 操作系统: 跨平台
- 软件首页: https://gitee.com/OUISRC_group/Rust-webapp-starter
- 软件文档: https://gitee.com/OUISRC_group/Rust-webapp-starter
软件介绍
使用 Rust 的 Actix-web 框架和 Vuejs 开发的 SPA(single page webapp)。
项目特点:
-
Rust 异步、稳定 的 Actix-web 框架
-
diesel ORM 框架, postgresql 数据库,r2d2 线程池
-
SPA +CORS +JWT 权限认证
-
Vuejs 框架 Parcel-bundler 打包
How To
first create a name 'webapp' postgresql database for this project.
with docker
docker-compose up -d
when development
$ git clone https://github.com/OUISRC/Rust-webapp-starter.git $ cd Rust-webapp-starter $ cargo install diesel_cli --no-default-features --features postgres $ diesel setup $ cargo run // another shell nodejs(v8.9.4 on my machine) $ cd Rust-webapp-starter/webapp $ npm install $ npm run dev
then open browser 'http://localhost:1234/'
ACM国际大学生程序设计竞赛
俞勇 编 / 2012-12 / 29.00元
《ACM国际大学生程序设计竞赛:知识与入门》适用于参加ACM国际大学生程序设计竞赛的本科生和研究生,对参加青少年信息学奥林匹克竞赛的中学生也很有指导价值。同时,作为程序设计、数据结构、算法等相关课程的拓展与提升,《ACM国际大学生程序设计竞赛:知识与入门》也是难得的教学辅助读物。一起来看看 《ACM国际大学生程序设计竞赛》 这本书的介绍吧!
