# rust-app **Repository Path**: jason0808/rust-app ## Basic Information - **Project Name**: rust-app - **Description**: Rust App boilerplate - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-16 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Rust App Boilerplate 1. support log4rs 2. support config file 3. support handlebars as template 4. support front and back-end separation(insert html/js in binary) ## dir/file structure - config config files - static template files - public React/Vue/Angular files - src rust files - log log files - Cargo.toml ## Diesel diesel setup --database-url=mysql://app:app@localhost:3306/app diesel migration generate create_users diesel migration run --database-url=mysql://app:app@localhost:3306/app diesel migration redo --database-url=mysql://app:app@localhost:3306/app