https://github.com/rorm-orm/rorm-actix-web
Template project for rorm with actix-web
https://github.com/rorm-orm/rorm-actix-web
Last synced: 3 months ago
JSON representation
Template project for rorm with actix-web
- Host: GitHub
- URL: https://github.com/rorm-orm/rorm-actix-web
- Owner: rorm-orm
- License: mit
- Created: 2023-01-13T03:53:20.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T04:11:27.000Z (over 2 years ago)
- Last Synced: 2025-01-11T03:40:30.571Z (5 months ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rorm-actix-web
This is a template project for rorm with actix-web.
[Learn more about `cargo generate` here.](https://github.com/ashleygwilliams/cargo-generate)
## Usage
```bash
cargo generate --git https://github.com/rorm-orm/rorm-actix-web.git
cd my-project
```